diff --git a/CHANGELOG.md b/CHANGELOG.md index 29688b5573a..c8bc64d57aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ### vNEXT +* Added support for the vhost option for Hapi [PR #611](https://github.com/apollographql/apollo-server/pull/611) ### v1.1.6 * Fixes bug where CORS would not allow `Access-Control-Allow-Origin: *` with credential 'include', changed to 'same-origin' [Issue #514](https://github.com/apollographql/apollo-server/issues/514)