Skip to content

Commit

Permalink
Version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wpramio committed May 3, 2022
1 parent 5bb3d3c commit 1ba22c4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.9.0] - 2022-05-03
* [#56] Add support for checksum using SHA256

[#56]: https://github.com/mconf/bigbluebutton-api-ruby/pull/56
[1.9.0]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.8.0...v1.9.0

## [1.8.0] - 2021-12-06
* [#43] Add keys to every `BigBlueButtonException`, to better identify them.
* [#42] Change `BigBlueButtonException` to inherit from `StandardError` instead of `Exception`.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
bigbluebutton-api-ruby (1.8.0)
bigbluebutton-api-ruby (1.9.0)
childprocess (>= 1.0.1)
ffi (>= 1.9.24)
json (>= 1.8.6)
Expand Down
2 changes: 1 addition & 1 deletion bigbluebutton-api-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)

Gem::Specification.new do |s|
s.name = "bigbluebutton-api-ruby"
s.version = "1.8.0"
s.version = "1.9.0"
s.licenses = ["MIT"]
s.extra_rdoc_files = ["README.md", "LICENSE", "LICENSE_003", "CHANGELOG.md"]
s.summary = "BigBlueButton integration for ruby"
Expand Down

0 comments on commit 1ba22c4

Please sign in to comment.