diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f9255e..77fdabe 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.0...HEAD) +# [Unreleased](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.7.1...HEAD) ### 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. +# [v19.7.1](https://github.com/purecloudlabs/genesys-cloud-streaming-client/compare/v19.7.0...v19.7.1) ### Changed * [STREAM-1488](https://inindca.atlassian.net/browse/STREAM-1488) - Update `axios` to v1.15.2 diff --git a/package-lock.json b/package-lock.json index fce473d..fedce29 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "genesys-cloud-streaming-client", - "version": "19.7.0", + "version": "19.7.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "genesys-cloud-streaming-client", - "version": "19.7.0", + "version": "19.7.2", "license": "MIT", "dependencies": { "@babel/runtime-corejs3": "^7.10.4", diff --git a/package.json b/package.json index c5a71d4..1503dbe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genesys-cloud-streaming-client", - "version": "19.7.0", + "version": "19.7.2", "description": "client for the Genesys Cloud Streaming APIs (websocket/xmpp interface)", "repository": "https:github.com/purecloudlabs/genesys-cloud-streaming-client", "license": "MIT",