diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2c6d0ca97..95a11186a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ### VNEXT +### v0.3.1 +* Fixed dependency issue with boom package that affected the hapi integration. ([@sammkj](https://github.com/sammkj) in [#150](https://github.com/apollostack/apollo-server/pull/150)) ### v0.3.0 * Refactor Hapi integration to improve the API and make the plugins more idiomatic. ([@nnance](https://github.com/nnance)) in diff --git a/package.json b/package.json index 397093fc817..469748fc66d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "apollo-server", - "version": "0.3.0", + "version": "0.3.1", "description": "Production-ready Node.js GraphQL server for Express, Hapi, Koa", "main": "dist/index.js", "directories": {