Skip to content

Commit

Permalink
Merge pull request #134 from apollostack/v0.6.0
Browse files Browse the repository at this point in the history
Release v0.6.0
  • Loading branch information
Urigo authored Oct 27, 2016
2 parents c2a9255 + b1d9d6a commit ac029c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

### vNEXT

### v0.6.0

- Added support for ApolloClient `v0.5.X` ([PR #])
- Added `subscribeToMore` function ([PR](https://github.com/kamilkisiela/apollo-client-rxjs/pull/5))
- **BREAKING CHANGE** No no longer support ApolloClient `v0.4.X`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular2-apollo",
"version": "0.5.0",
"version": "0.6.0",
"description": "Angular 2.0 client for Apollo",
"main": "build/src/index.js",
"typings": "./build/src/index.d.ts",
Expand Down

0 comments on commit ac029c0

Please sign in to comment.