Skip to content

Commit

Permalink
Version 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wpramio committed Mar 31, 2023
1 parent 54001c7 commit db58b85
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.1] - 2023-03-31
* [#60] Prevent problems with double slashes on API calls [thanks to [@farhatahmad](https://github.com/farhatahmad)]

[#60]: https://github.com/mconf/bigbluebutton-api-ruby/pull/60
[1.9.1]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.9.0...v1.9.1

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

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.9.0)
bigbluebutton-api-ruby (1.9.1)
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.9.0"
s.version = "1.9.1"
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 db58b85

Please sign in to comment.