diff --git a/CHANGELOG.md b/CHANGELOG.md index 6edc8e6d9..4c3faf0aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### vNEXT +### v0.4.3 + - Added `ApolloModule` (with RC5 of Angular2 comes NgModules) ([PR #63](https://github.com/apollostack/angular2-apollo/pull/63)) - Added ability to use query variables as observables. With this, the query can be automatically re-run when those obserables emit new values. ([PR #64]((https://github.com/apollostack/angular2-apollo/pull/64))) diff --git a/package.json b/package.json index df456af00..3ef4ec289 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular2-apollo", - "version": "0.4.2", + "version": "0.4.3", "description": "Angular 2.0 client for Apollo", "main": "build/src/index.js", "typings": "./build/src/index.d.ts",