From 377fb5c3b93d6cfb495b518e3f3dd19b79e850aa Mon Sep 17 00:00:00 2001 From: Sojan Date: Tue, 17 Sep 2024 16:46:02 -0700 Subject: [PATCH] Bump version to 3.13.0 --- config/app.yml | 2 +- enterprise/config/premium_features.yml | 1 + package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/app.yml b/config/app.yml index cb0dd3109..d81cf5c28 100644 --- a/config/app.yml +++ b/config/app.yml @@ -1,5 +1,5 @@ shared: &shared - version: '3.12.0' + version: '3.13.0' development: <<: *shared diff --git a/enterprise/config/premium_features.yml b/enterprise/config/premium_features.yml index 18e5b15ba..a8e759626 100644 --- a/enterprise/config/premium_features.yml +++ b/enterprise/config/premium_features.yml @@ -3,3 +3,4 @@ - audit_logs - response_bot - sla +- custom_roles diff --git a/package.json b/package.json index cb166001e..c2736d227 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@chatwoot/chatwoot", - "version": "3.12.0", + "version": "3.13.0", "license": "MIT", "scripts": { "eslint": "eslint app/**/*.{js,vue}",