diff --git a/CHANGELOG.md b/CHANGELOG.md index 76a84715..be681e56 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.6.3](https://github.com/enisdenjo/graphql-ws/compare/v5.6.2...v5.6.3) (2022-03-13) + + +### Bug Fixes + +* **client:** Stop execution if `connectionParams` took too long and the server kicked the client off ([1e94e45](https://github.com/enisdenjo/graphql-ws/commit/1e94e45d51b13bd870273a63e33819055209f607)), closes [#331](https://github.com/enisdenjo/graphql-ws/issues/331) + ## [5.6.2](https://github.com/enisdenjo/graphql-ws/compare/v5.6.1...v5.6.2) (2022-02-23) diff --git a/package.json b/package.json index 4636ca77..4a11fea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-ws", - "version": "5.6.2", + "version": "5.6.3", "description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client", "keywords": [ "protocol",