diff --git a/docs/release-notes.md b/docs/release-notes.md index 48598252..d8a89d56 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,11 @@ # Release notes +## 1.3.2 + +- New: User setting inside call pop to control behavior of multiple matched contacts (disabled, all open, prompt to select) +- Fix: SMS logging issue +- Fix: Auto open extension now only opens when main page is opened + ## 1.3.1 - New: (Only for admin users) Admin tools. Admins have an extra tab in the extension to control end users' settings diff --git a/package.json b/package.json index 6bf75a01..88ef10c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rc-unified-crm-extension-server", - "version": "1.3.1", + "version": "1.3.2", "description": "RingCentral Unified CRM Extension", "main": "index.js", "bin": { diff --git a/src/adapters/manifest.json b/src/adapters/manifest.json index eb8223c5..8ba3fb1b 100644 --- a/src/adapters/manifest.json +++ b/src/adapters/manifest.json @@ -880,5 +880,5 @@ } } }, - "version": "1.3.1" + "version": "1.3.2" } \ No newline at end of file diff --git a/src/adapters/testCRM/manifest.json b/src/adapters/testCRM/manifest.json index e931e1f1..5a6f78bd 100644 --- a/src/adapters/testCRM/manifest.json +++ b/src/adapters/testCRM/manifest.json @@ -101,5 +101,5 @@ ] } }, - "version": "1.3.1" + "version": "1.3.2" } \ No newline at end of file diff --git a/src/releaseNotes.json b/src/releaseNotes.json index 6030681c..2be69863 100644 --- a/src/releaseNotes.json +++ b/src/releaseNotes.json @@ -1,4 +1,20 @@ { + "1.3.2":{ + "global": [ + { + "type": "New", + "description": "- User setting inside call pop to control behavior of multiple matched contacts (disabled, all open, prompt to select)" + }, + { + "type": "Fix", + "description": "- SMS logging issue" + }, + { + "type": "Fix", + "description": "- Auto open extension now only opens when main page is opened" + } + ] + }, "1.3.1":{ "global": [ {