diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a4b0b0..96801671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ### VNEXT +### v1.0.1 +* Fix Express package not calling the callback on completion ([@chemdrew](https://github.com/chemdrew)) in [#463](https://github.com/apollographql/graphql-server/pull/463) + ### v1.0.0 * Add package readmes for Express, Hapi, Koa, Restify ([@helfer](https://github.com/helfer)) in [#442](https://github.com/apollographql/graphql-server/pull/442) * Updated & fixed typescript typings ([@helfer](https://github.com/helfer)) in [#440](https://github.com/apollographql/graphql-server/pull/440) diff --git a/lerna.json b/lerna.json index 67c922e4..de2e8027 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.0.0", - "version": "1.0.0", + "version": "1.0.1", "changelog": { "repo": "apollostack/graphql-server", "labels": {