From ebdfc19a997cb67d4c94621a37f3f5807db5c159 Mon Sep 17 00:00:00 2001 From: Trevor Blades Date: Mon, 11 Mar 2019 10:57:40 -0700 Subject: [PATCH] Move newest changelog entry to a v0.9.16 heading --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfef67097..34ec97cab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # Changelog +### v0.9.16 +- Add ability to set custom WebSocket protocols for client.
+ [@pkosiec](https://github.com/pkosiec) in [#477](https://github.com/apollographql/subscriptions-transport-ws/pull/477) + ### v0.9.15 - Add support for `graphql` and `@types/graphql` 14.
[@caiquecastro](https://github.com/caiquecastro) in [#464](https://github.com/apollographql/subscriptions-transport-ws/pull/464) -- Add ability to set custom WebSocket protocols for client.
- [@pkosiec](https://github.com/pkosiec) in [#477](https://github.com/apollographql/subscriptions-transport-ws/pull/477) ### v0.9.14 - Allow dynamically specifying/overriding the schema in the object returned from `onOperation` [PR #447](https://github.com/apollographql/subscriptions-transport-ws/pull/447)