Skip to content

Commit 1ba22c4

Browse files
committed
Version 1.9.0
1 parent 5bb3d3c commit 1ba22c4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.9.0] - 2022-05-03
4+
* [#56] Add support for checksum using SHA256
5+
6+
[#56]: https://github.com/mconf/bigbluebutton-api-ruby/pull/56
7+
[1.9.0]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.8.0...v1.9.0
8+
39
## [1.8.0] - 2021-12-06
410
* [#43] Add keys to every `BigBlueButtonException`, to better identify them.
511
* [#42] Change `BigBlueButtonException` to inherit from `StandardError` instead of `Exception`.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
bigbluebutton-api-ruby (1.8.0)
10+
bigbluebutton-api-ruby (1.9.0)
1111
childprocess (>= 1.0.1)
1212
ffi (>= 1.9.24)
1313
json (>= 1.8.6)

bigbluebutton-api-ruby.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $:.push File.expand_path("../lib", __FILE__)
22

33
Gem::Specification.new do |s|
44
s.name = "bigbluebutton-api-ruby"
5-
s.version = "1.8.0"
5+
s.version = "1.9.0"
66
s.licenses = ["MIT"]
77
s.extra_rdoc_files = ["README.md", "LICENSE", "LICENSE_003", "CHANGELOG.md"]
88
s.summary = "BigBlueButton integration for ruby"

0 commit comments

Comments
 (0)