From 31ab5384137d882c41b4987d6b07ea048383ad53 Mon Sep 17 00:00:00 2001 From: James Baxley Date: Sun, 22 Jan 2017 14:04:54 -0500 Subject: [PATCH] Update Changelog.md --- Changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Changelog.md b/Changelog.md index 65c1cd0f4d..018689848d 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,6 +3,8 @@ Expect active development and potentially significant breaking changes in the `0.x` track. We'll try to be diligent about releasing a `1.0` version in a timely fashion (ideally within 1 or 2 months), so that we can take advantage of SemVer to signify breaking changes from that point on. ### vNext + +### 0.8.3 - Bug: [Issue #404](https://github.com/apollostack/react-apollo/issues/404) fix issue with network errors thrown when changing variables. - Feature: Allow access to `withApollo`'s wrapped instance thanks to `{withRef: true}` option [Issue #331](https://github.com/apollostack/react-apollo/issues/331).