diff --git a/Changelog.md b/Changelog.md index 27f517f924..85778f2789 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,9 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext -- Bug: Fix bugs related to skipping and unmounting components [#260](https://github.com/apollostack/react-apollo/pull/260) +### v0.5.9 + +- Bug: Fix and test some subtle bugs around skipping and subscriptions. [#260](https://github.com/apollostack/react-apollo/pull/260) ### v0.5.8 diff --git a/package.json b/package.json index 70b22b719e..9e54c33ac9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "0.5.8", + "version": "0.5.9", "description": "React data container for Apollo Client", "main": "index.js", "typings": "index.d.ts",