diff --git a/Changelog.md b/Changelog.md index 5bb7a27843..c1df1a72ec 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,7 +4,18 @@ Expect active development and potentially significant breaking changes in the `0 ### vNext -### v0.7.3 +### 0.8.0 +- Update typings dependency from typed-grapqhl to @types/graphql [PR #393](https://github.com/apollostack/react-apollo/pull/393) +- Chore: [PR #390](https://github.com/apollostack/react-apollo/pull/390) gets rid of warning during queries test. + +- Chore: [PR #391](https://github.com/apollostack/react-apollo/pull/391) gets rid of warnings during redux test. + +- Feature: [PR #389](https://github.com/apollostack/react-apollo/pull/389) added a shouldResubscribe option to allow subscriptions to automatically resubscribe when props change. + +### v0.7.4 +- Identical to 0.7.2 because 0.7.3 contained breaking change (updated typings) + +### v0.7.3 (deprecated) - Chore: [PR #390](https://github.com/apollostack/react-apollo/pull/390) gets rid of warning during queries test. - Chore: [PR #391](https://github.com/apollostack/react-apollo/pull/391) gets rid of warnings during redux test.