diff --git a/Changelog.md b/Changelog.md index da064bfce9..05e5a56325 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,9 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext -- Bug: Fix issue with SSR queries running twice when a mutation wraps a query [#274](https://github.com/apollostack/react-apollo/issue/274) +### v0.5.11 +- Bug: Fix issue with SSR queries running twice when a mutation wraps a query [#274](https://github.com/apollostack/react-apollo/issue/274) ### v0.5.10 diff --git a/package.json b/package.json index 6990c9e9a0..6699dfe881 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.5.10", + "version": "0.5.11", "description": "React data container for Apollo Client", "main": "index.js", "typings": "index.d.ts",