diff --git a/Changelog.md b/Changelog.md index 6e64834b66..9f6935ef8b 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,11 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext +### v0.5.6 + - Bug: Passing immutable to ApolloProvider breaks ssr. `renderToStringWithData` fails to reference the right store. [#222](https://github.com/apollostack/react-apollo/pull/222) + - Bug: Fixed issue with context in SSR [#218](https://github.com/apollostack/react-apollo/issues/218) ### v0.5.5 diff --git a/package.json b/package.json index 3fd8efa3f6..27be207d2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.5.5", + "version": "0.5.6", "description": "React data container for Apollo Client", "main": "index.js", "scripts": {