diff --git a/CHANGELOG.md b/CHANGELOG.md index d72bd40e3afe..83bdbe3910b4 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # tiledesk-dashboard +### 2.7.34 +- Adds the ability to select the indexing type for Knowledge Base URL contents +- Adds to AI models used by knowledge bases the ability to add an advanced context and to visualize the contents sources + ### 2.7.33 - Adds, on the History page, the ability to filter by conversation duration diff --git a/package-lock.json b/package-lock.json index 7a65df162768..809079b9aa69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.7.33", + "version": "2.7.34", "lockfileVersion": 1, "requires": true, "packages": { diff --git a/package.json b/package.json index 19057981eb23..4e13f8084acc 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tiledesk/tiledesk-dashboard", - "version": "2.7.33", + "version": "2.7.34", "scripts": { "ng": "ng", "start": "ng serve --aot",