From ea4a535b107a1d129543b5859877373535a138b3 Mon Sep 17 00:00:00 2001 From: James Edmonston Date: Mon, 1 Feb 2021 14:00:36 +0000 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a86f898..c349693 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,13 @@ 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.5.0 - Unreleased +## 1.5.0 - 2020-02-01 ### Changed - Improved performance of clearing expired tokens - Removed deprecated `getUser` and `updateUser` – use `getViewer` 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