Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesedmonston committed Feb 11, 2021
1 parent 91cee4f commit 8184102
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.4.3 - 2020-02-11

### Fixed

- Fixed issue with tokens being removed before they had expired

## 1.4.2 - 2020-02-01

### Changed

- Improved performance of clearing expired tokens
- Removed deprecated `getUser` and `updateUser` – use `getViewer` and `updateViewer` instead
- Removed deprecated `getUser` and `updateUser` – use `viewer` and `updateViewer` instead
- User types/fragments now need to be spread in authentication responses (see [here](https://github.com/jamesedmonston/graphql-authentication/issues/35#issuecomment-768528135))

### Fixed
Expand Down

0 comments on commit 8184102

Please sign in to comment.