diff --git a/Changelog.md b/Changelog.md index ace5ad14cf..d06da019f8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext +### v0.7.2 + +- Bug: fix issue where changing variables while unskipping didn't result in the variables actually changing - [Issue #374](https://github.com/apollostack/react-apollo/issues/374) + +- Bug: fix issue with no longer passing errors to components w/ `apollo-client@0.5.23` - [Issue #378](https://github.com/apollostack/react-apollo/issues/378) + ### v0.7.1 #### Breaking diff --git a/package.json b/package.json index e869a9fc51..b0141b47bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.7.1", + "version": "0.7.2", "description": "React data container for Apollo Client", "main": "lib/index.js", "browser": "lib/browser.js",