From 5a3142b17f6554b23b694c7e5bc5677bebec33cc Mon Sep 17 00:00:00 2001 From: Martijn Walraven Date: Mon, 31 Jul 2017 14:19:19 +0200 Subject: [PATCH] Add apollo-server rename to the CHANGELOG --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a3acf860e..141a8a99b62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ * Revert [#463](https://github.com/apollographql/graphql-server/pull/463), because it's a breaking change that shouldn't have been a patch update. +### v1.0.2 +* Rename packages from graphql-server- to apollo-server- [#465](https://github.com/apollographql/apollo-server/pull/465). We'll continue to publish `graphql-server-` packages that depend on the renamed `apollo-server-` packages for the time being, to ensure backwards compatibility. + ### 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) @@ -41,7 +44,6 @@ ### v0.7.1 * Fix graphiql fetcher to use endpointURL parameter instead of hardcoded URI.[#365](https://github.com/apollographql/graphql-server/issues/356) - ### v0.7.0 * Add Zeit Micro Integration [#324](https://github.com/apollographql/graphql-server/issues/324) * add support for subscriptionURL to GraphiQL ([@urigo](https://github.com/urigo) on [#320](https://github.com/apollostack/graphql-server/pull/320)