Skip to content

Commit db58b85

Browse files
committed
Version 1.9.1
1 parent 54001c7 commit db58b85

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.1] - 2023-03-31
4+
* [#60] Prevent problems with double slashes on API calls [thanks to [@farhatahmad](https://github.com/farhatahmad)]
5+
6+
[#60]: https://github.com/mconf/bigbluebutton-api-ruby/pull/60
7+
[1.9.1]: https://github.com/mconf/bigbluebutton-api-ruby/compare/v1.9.0...v1.9.1
8+
39
## [1.9.0] - 2022-05-03
410
* [#56] Add support for checksum using SHA256
511

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