diff --git a/.pubnub.yml b/.pubnub.yml index 0d0762abe..5f8e86e9e 100644 --- a/.pubnub.yml +++ b/.pubnub.yml @@ -1,11 +1,10 @@ --- changelog: - - date: 2024-07-04 + - date: 2024-07-18 version: v8.2.5 changes: - - type: bug - text: "Fix issue because of which `signals` sent as `string` not handler properly." - - date: 2024-06-17 + - type: improvement + text: "Fix PubNub client configuration and listener documentation." - date: 2024-06-17 version: v8.2.4 changes: - type: bug diff --git a/CHANGELOG.md b/CHANGELOG.md index 4aad8a87a..bacc110dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,10 @@ ## v8.2.5 -July 04 2024 +July 18 2024 + +#### Modified +- Fix PubNub client configuration and listener documentation. + -#### Fixed -- Fix issue because of which `signals` sent as `string` not handler properly. Fixed the following issues reported by [@roman-rr](https://github.com/roman-rr): [#387](https://github.com/pubnub/javascript/issues/387). ## v8.2.4 June 17 2024