From 9c7f8cabe12dfa1abe1b6cdf3e569b4858a232eb Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Mon, 25 Apr 2016 20:02:05 -0700 Subject: [PATCH] Change version --- Changelog | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 162ada80b2..c1e61aa09a 100644 --- a/Changelog +++ b/Changelog @@ -2,9 +2,11 @@ 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. -### v0.1.6 +### v0.2.0 -Remove `result` key in favor of dynamic key from query or mutation. (https://github.com/apollostack/react-apollo/pull/31) +**Breaking change:** + +Remove `result` key in favor of dynamic key matching root fields of the query or mutation. (https://github.com/apollostack/react-apollo/pull/31) ```js {