From 076faa48f19beb65b9299cedaacefb43fd859087 Mon Sep 17 00:00:00 2001 From: James Baxley Date: Wed, 3 May 2017 20:01:44 -0400 Subject: [PATCH] version bump --- Changelog.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 14c5124f4c..4f36ab3c43 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 + +### 1.2.0 - Fix: Use `standby` fetchPolicy for recycled queries [PR #671](https://github.com/apollographql/react-apollo/pull/671) ### 1.1.3 diff --git a/package.json b/package.json index 37ad06b31e..725e881111 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-apollo", - "version": "1.1.3", + "version": "1.2.0", "description": "React data container for Apollo Client", "main": "lib/index.js", "browser": "lib/browser.js",