diff --git a/CHANGELOG.md b/CHANGELOG.md index 23889fe..530d254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.7.1...HEAD) +# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.8.0...HEAD) ### Breaking Changes * [STREAM-1604](https://inindca.atlassian.net/browse/STREAM-1604) - Replace `uuid` with native `globalThis.crypto.randomUUID()`. `randomUUID()` has been widely available in browsers since 2022, so this should only affect you if you use streaming-client in an older browser. Also update `genesys-cloud-client-logger` from v4.2.18 to v5. +# [v19.8.0](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.7.1...v19.8.0) ### Added * [STREAM-1661](https://inindca.atlassian.net/browse/STREAM-1661) - Expose current alerting leader status rather than exposing a snapshot of the value. The previous property is now deprecated. diff --git a/package-lock.json b/package-lock.json index 5502f85..122a58e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "genesys-cloud-streaming-client", - "version": "19.7.2", + "version": "19.8.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "genesys-cloud-streaming-client", - "version": "19.7.2", + "version": "19.8.1", "license": "MIT", "dependencies": { "@babel/runtime-corejs3": "^7.10.4", diff --git a/package.json b/package.json index e4c914e..f56a0de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genesys-cloud-streaming-client", - "version": "19.7.2", + "version": "19.8.1", "description": "client for the Genesys Cloud Streaming APIs (websocket/xmpp interface)", "repository": "https:github.com/purecloudlabs/genesys-cloud-streaming-client", "license": "MIT",