diff --git a/CHANGELOG.md b/CHANGELOG.md index 05646630..ab7b1b10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.10.8] - 2025-02-05 + ### Fixed - Fix `ChatSDK.onNewMessages()` calling `createOmnichannelMessages()` twice during polling diff --git a/package-lock.json b/package-lock.json index d35106d3..cfd0afc9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8-0", + "version": "1.10.9-0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8-0", + "version": "1.10.9-0", "license": "MIT", "dependencies": { "@azure/communication-chat": "1.5.2", diff --git a/package.json b/package.json index b7fcdb19..f7a002f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/omnichannel-chat-sdk", - "version": "1.10.8-0", + "version": "1.10.9-0", "description": "Microsoft Omnichannel Chat SDK", "files": [ "lib/**/*"