diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a41c3bee..fb334edcd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### vNEXT +### v0.13.0 + - Run `subscribe`, `mutate` and `query` within a Zone ([PR #297](https://github.com/apollographql/apollo-angular/pull/297)) ### v0.12.0 diff --git a/package.json b/package.json index 87c431413..1bd51ed31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-angular", - "version": "0.12.0", + "version": "0.13.0", "description": "Angular 2.0 client for Apollo", "main": "build/bundles/apollo.umd.js", "module": "build/src/index.js",