diff --git a/Changelog.md b/Changelog.md index e5e4d9297c..c548fd6148 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,9 @@ # Change log ### vNext + + +### 1.4.15 - Fix: handle calling refetch in child componentDidMount - Fix: ensure options gets up to date props [#1025](https://github.com/apollographql/react-apollo/pull/1005) - Fix: ensure queryRecycler exists before using it diff --git a/package.json b/package.json index ed7eafdfad..9c77ad9469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "1.4.14", + "version": "1.4.15", "description": "React data container for Apollo Client", "main": "lib/react-apollo.umd.js", "module": "./lib/index.js",