diff --git a/CHANGELOG.md b/CHANGELOG.md index e3e72444..881eb0f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,46 @@ ### **Copyrigth**: *Tiledesk SRL* +# 1.24.0-rc.6 +- **added**: doc image for add_tags action + # 1.23.2 # 1.23.1 +# 1.24.0-rc.5 +- **changed**: project-utils rules + +# 1.24.0-rc.4 +- **added**: info for default values in action replace-bot and action capture-user-reply +- **changed**: default avatar for chatbot + +# 1.24.0-rc.3 +- **bug-fixed**: minor fix + +# 1.24.0-rc.2 +- **added**: voice-twilio action category + +# 1.24.0-rc.1 +- **added**: add_tags action + # 1.23.0 +# 1.23.0-rc.5 +- **bug-fixed**: image is not saved in [WHATSAPP RECEIVER] +- **changed**: maxRow increased askgpt-v2 and gpt-task actions + +# 1.23.0-rc.4 +- **added**: success/else connectors in send-whatsapp action + +# 1.23.0-rc.3 +- **bug-fixed**: project_id is undefined in send-whatsapp action + +# 1.23.0-rc.2 +- **added**: send-whatsapp action + +# 1.23.0-rc.1 +- **bug-fixed**: managed right/left swipe to prevend back/next page load + # 1.22.2 - **bug-fixed**: avatar image not uploaded if another one already exists diff --git a/package-lock.json b/package-lock.json index feb87aaf..1ba3ec9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@tiledesk/cds", - "version": "1.23.2", + "version": "1.24.0-rc.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@tiledesk/cds", - "version": "1.23.2", + "version": "1.24.0-rc.6", "license": "MIT", "dependencies": { "@angular/animations": "^14.2.0", diff --git a/package.json b/package.json index 38b725a0..60b14a78 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@tiledesk/cds", "author": "Tiledesk SRL", - "version": "1.23.2", + "version": "1.24.0-rc.6", "license": "MIT", "homepage": "https://www.tiledesk.com", "repository": {