diff --git a/CHANGE_LOG.md b/CHANGE_LOG.md index d3a228396..546c4ff3b 100644 --- a/CHANGE_LOG.md +++ b/CHANGE_LOG.md @@ -209,6 +209,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.0.8] - 2023-10-31 + ### Added - Added tooltips for header and footer action bar buttons diff --git a/chat-components/package.json b/chat-components/package.json index 1d44d511f..002a91308 100644 --- a/chat-components/package.json +++ b/chat-components/package.json @@ -1,6 +1,6 @@ { "name": "@microsoft/omnichannel-chat-components", - "version": "1.0.8-0", + "version": "1.0.9-0", "description": "Microsoft Omnichannel Chat Components", "main": "lib/cjs/index.js", "types": "lib/types/index.d.ts",