From db58b85165407dffca66834ad2dd15d754b09c6d Mon Sep 17 00:00:00 2001 From: wpramio Date: Fri, 31 Mar 2023 16:39:05 -0300 Subject: [PATCH] Version 1.9.1 --- CHANGELOG.md | 6 ++++++ Gemfile.lock | 2 +- bigbluebutton-api-ruby.gemspec | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09b439b..c3f6a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 6cb4ad4..3eded9a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/bigbluebutton-api-ruby.gemspec b/bigbluebutton-api-ruby.gemspec index 9f6216c..5e02b21 100644 --- a/bigbluebutton-api-ruby.gemspec +++ b/bigbluebutton-api-ruby.gemspec @@ -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"