From 72e20f576d7fd2027be9bcd4bfae1c853b46d4ba Mon Sep 17 00:00:00 2001 From: Suraj Gupta Date: Sat, 10 Aug 2024 20:12:53 -0400 Subject: [PATCH] changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a717ae..c02c0e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,17 @@ all APIs might be changed. ## Unreleased +### Bug Fixes + +- `graphql-transport-ws` ping messages are now sent, instead of websocket ping + frames, when using the `KeepAliveSettings` ([#117](https://github.com/obmarg/graphql-ws-client/pull/117)) + +### Contributors + +Thanks to the people who contributed to this release: + +- @szgupta + ## v0.10.1 - 2024-06-08 ### Bug Fixes