diff --git a/Changelog.md b/Changelog.md index eedb8e58c4..930ebf811c 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,10 +1,10 @@ # Change log -## vNEXT +## 2.5.3 ### Bug Fixes -- Fix an infinite loop caused by using `setState` in the +- Fixed an infinite loop caused by using `setState` in the `onError` / `onCompleted` callbacks of the `Query` component.
[@chenesan](https://github.com/chenesan) in [#2751](https://github.com/apollographql/react-apollo/pull/2751) - Fixed an issue that prevented good results from showing up in a `Query` diff --git a/package.json b/package.json index bd848b317e..9ca221afcc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "2.5.2", + "version": "2.5.3", "author": "opensource@apollographql.com", "private": true, "description": "React data container for Apollo Client",