Skip to content

Commit

Permalink
Bump version to v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Feb 27, 2024
1 parent f4cb8ef commit 9cc643c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.0.0 / 2024-02-28
[Full Changelog](http://github.com/simukappu/amazon-chime-sdk-rails/compare/v1.1.1...v2.0.0)

Enhancements:

* Update [API namespace from Chime to ChimeSDKMeetings](https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-from-chm-namespace.html)
* Update embedded [Chime SDK from v2 to v3](https://aws.github.io/amazon-chime-sdk-js/modules/migrationto_3_0.html)
* Update test case with Rails 7.1

## 1.1.1 / 2023-07-17
[Full Changelog](http://github.com/simukappu/amazon-chime-sdk-rails/compare/v1.1.0...v1.1.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/chime_sdk/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ChimeSdk
# Gem version of amazon-chime-sdk-rails
VERSION = "1.1.1"
VERSION = "2.0.0"
end

0 comments on commit 9cc643c

Please sign in to comment.