diff --git a/CHANGELOG.md b/CHANGELOG.md index b4ddd165c72b..7372ea1b5809 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # tiledesk-dashboard +### 2.7.70-rc2 +- Improves the icon display method on chatbot cards that indicates the chatbot is available to agents + ### 2.7.70-rc1 - Adds an icon on the chatbot cards of the chatbot list page to indicate that the chatbot is available to agents - Filters the blocks of the chatbots in the "Reassign conversation" page diff --git a/package-lock.json b/package-lock.json index fed372f898bd..8d4a23b4b6bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.7.70-rc1", + "version": "2.7.70-rc2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 08ddf06cb883..abb75db9cdb6 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.7.70-rc1", + "version": "2.7.70-rc2", "scripts": { "ng": "ng", "start": "ng serve --aot",