diff --git a/CHANGELOG.md b/CHANGELOG.md index e0e5761901b2..d512d41b9782 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # tiledesk-dashboard +### 2.7.56 +- Fixed the bug: if a new Changelog notification is opened from the popup, the badge indicating the number of new Changelog remains visible + ### 2.7.55 - Adds the ability to filter by custom range the tag graph - Allows to search for conversations by tags not present in the tag list on the "History" page diff --git a/package-lock.json b/package-lock.json index 14c810ea0266..8dee16490933 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.7.55", + "version": "2.7.56", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f4dc7c8b796a..c849445ee43d 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.7.55", + "version": "2.7.56", "scripts": { "ng": "ng", "start": "ng serve --aot",