From e87abf3b70fa44827724d79320c28a61a2b80fef Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Mon, 19 Sep 2016 20:23:55 -0700 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) 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 From c2d7f3bcf33ae936802fdcc4076b9be007533c2e Mon Sep 17 00:00:00 2001 From: Jonas Helfer Date: Mon, 19 Sep 2016 20:24:46 -0700 Subject: [PATCH 2/2] 0.3.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": {