diff --git a/docs/release-notes.md b/docs/release-notes.md index 54b10eda..d1ef313b 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -1,5 +1,9 @@ # Release notes +## 1.0.7 + +- Fix: Incoming call pop contact page fixed + ## 1.0.6 - Better: User settings are organized in a better way diff --git a/package.json b/package.json index 0576ee13..05518921 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rc-unified-crm-extension-server", - "version": "1.0.6", + "version": "1.0.7", "description": "RingCentral Unified CRM Extension", "main": "index.js", "bin": { diff --git a/src/adapters/manifest.json b/src/adapters/manifest.json index c70799db..99e3c799 100644 --- a/src/adapters/manifest.json +++ b/src/adapters/manifest.json @@ -779,5 +779,5 @@ } } }, - "version": "1.0.6" + "version": "1.0.7" } \ No newline at end of file diff --git a/src/adapters/testCRM/manifest.json b/src/adapters/testCRM/manifest.json index fcea04a2..ad8194c3 100644 --- a/src/adapters/testCRM/manifest.json +++ b/src/adapters/testCRM/manifest.json @@ -91,5 +91,5 @@ } } }, - "version": "1.0.6 " + "version": "1.0.7" } \ No newline at end of file diff --git a/src/releaseNotes.json b/src/releaseNotes.json index ae163665..cba57351 100644 --- a/src/releaseNotes.json +++ b/src/releaseNotes.json @@ -1,6 +1,14 @@ { - "1.0.6":{ - "global":[ + "1.0.7": { + "global": [ + { + "type": "Fix", + "description": "- Incoming call pop contact page fixed" + } + ] + }, + "1.0.6": { + "global": [ { "type": "Better", "description": "- User settings are organized in a better way" @@ -14,13 +22,13 @@ "description": "- Community forum is created, can be accessed via support page -> 'Get support'" } ], - "clio":[ + "clio": [ { "type": "Better", "description": "- Number formatters are in user setting contact page now" } ], - "insightly":[ + "insightly": [ { "type": "Better", "description": "- Number formatters are in user setting contact page now"