Skip to content

Commit

Permalink
update: version
Browse files Browse the repository at this point in the history
  • Loading branch information
DaKingKong committed Oct 23, 2024
1 parent 144ff9e commit d859827
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Release notes

## 1.1.0

- New: Show error page when CRM initialization fails
- Better: Use local cached contact info to avoid rate limit issue
- Better: Auto call log now supports retrospectively logging up to 100 unlogged records upon extension open
- Bullhorn: Default note action matching ignores case and spaces
- Bullhorn: Fix issue on user id confusion

## 1.0.10

- Change: Unreolved tab is removed now. To check out unlogged calls, there's now a filter on call history page
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rc-unified-crm-extension-server",
"version": "1.0.10",
"version": "1.1.0",
"description": "RingCentral Unified CRM Extension",
"main": "index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/adapters/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -868,5 +868,5 @@
}
}
},
"version": "1.0.10"
"version": "1.1.0"
}
2 changes: 1 addition & 1 deletion src/adapters/testCRM/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,5 @@
}
}
},
"version": "1.0.10"
"version": "1.1.0"
}
26 changes: 26 additions & 0 deletions src/releaseNotes.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
{
"1.1.0": {
"global":[
{
"type": "New",
"description": "- Show error page when CRM initialization fails"
},
{
"type": "Better",
"description": "- Use local cached contact info to avoid rate limit issue"
},
{
"type": "Better",
"description": "- Auto call log now supports retrospectively logging up to 100 unlogged records upon extension open"
}
],
"bullhorn":[
{
"type": "Better",
"description": "- Default note action matching ignores case and spaces"
},
{
"type": "Fix",
"description": "- Issue of session becoming invalid due to user id confusion"
}
]
},
"1.0.10": {
"global": [
{
Expand Down

0 comments on commit d859827

Please sign in to comment.