diff --git a/CHANGELOG.md b/CHANGELOG.md
index edb16e1e..1fbf1d39 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# chat21-ionic ver 3.0
+### 3.1.0-rc1
+- added: INFO_MESSAGE_TYPE enum added to manage info message keys into message.attributes object
+- changed: route to main page ('/conversation-detail') when a conversation is closed or abandoned
+- bug-fixed: if agent abandoned a chat, detail still remain visible and can send message
+
### 3.0.109 in PROD
### 3.0.109-rc.1
diff --git a/config.xml b/config.xml
index 8fa56168..556f602e 100644
--- a/config.xml
+++ b/config.xml
@@ -104,8 +104,7 @@
-
-
+
diff --git a/package-lock.json b/package-lock.json
index 501520cb..9fb9f6c7 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "@chat21/chat21-ionic",
- "version": "3.0.109",
+ "version": "3.1.0-rc1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index f40b4157..80cc88f3 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@chat21/chat21-ionic",
"author": "Tiledesk SRL",
- "version": "3.0.109",
+ "version": "3.1.0-rc1",
"license": "MIT License",
"homepage": "https://tiledesk.com/",
"repository": {