diff --git a/changelog.md b/changelog.md index 77cd0e93..843bd0dc 100644 --- a/changelog.md +++ b/changelog.md @@ -3,12 +3,14 @@ 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/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v12.1.0...HEAD) +# [Unreleased](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v13.0.0...HEAD) + +# [v13.0.0](https://github.com/MyPureCloud/genesys-cloud-webrtc-sdk/compare/v12.1.0...HEAD) ### Breaking Changes * [STREAM-1351](https://inindca.atlassian.net/browse/STREAM-1351) - Removed `v2.conversations.{id}.media` notification subscription. Removed the `activeVideoParticipantsUpdate` session event and `IOnScreenParticipantsUpdate` interface. Speaker and on-screen participant updates are now entirely handled via the data channel. ### Added -* Added documentation for live screen monitoring functionality +* [STREAM-1056](https://inindca.atlassian.net/browse/STREAM-1056) Added documentation for live screen monitoring functionality ### Fixed * [STREAM-905](https://inindca.atlassian.net/browse/STREAM-905) - Fix issue where `sessionStarted` was not emitted for calls that re-use persistent connections after a media recovery has occurred. Now initializing `_emittedSessionStarteds` for reinvites but only emitting if not a reinvite. diff --git a/package-lock.json b/package-lock.json index f1905969..28f9167a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "genesys-cloud-webrtc-sdk", - "version": "12.1.0", + "version": "13.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "genesys-cloud-webrtc-sdk", - "version": "12.1.0", + "version": "13.0.1", "license": "MIT", "dependencies": { "@babel/runtime": "^7.24.6", diff --git a/package.json b/package.json index 2bf8e88d..c00ea607 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genesys-cloud-webrtc-sdk", - "version": "12.1.0", + "version": "13.0.1", "description": "client for the interfacing with Genesys Cloud WebRTC", "repository": "https://github.com/mypurecloud/genesys-cloud-webrtc-sdk", "license": "MIT",