diff --git a/Changelog.md b/Changelog.md index 60cf6823ab..2608aff94d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,8 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext +### v0.5.12 + - Full support for both Apollo Client 0.4.21 and 0.5.0. [PR #277](https://github.com/apollostack/react-apollo/pull/277) ### v0.5.11 diff --git a/package.json b/package.json index 6699dfe881..b6e61da3e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.5.11", + "version": "0.5.12", "description": "React data container for Apollo Client", "main": "index.js", "typings": "index.d.ts", @@ -50,7 +50,7 @@ "peerDependencies": { "react": "0.14.x || 15.* || ^15.0.0", "redux": "^2.0.0 || ^3.0.0", - "apollo-client": "^0.4.21" + "apollo-client": "^0.4.21 || ^0.5.1" }, "devDependencies": { "@types/chai": "^3.4.33",