Skip to content

Commit

Permalink
Merge pull request #418 from hintmedia/v1.1.1
Browse files Browse the repository at this point in the history
Bump to 1.1.1 with changelog update
  • Loading branch information
joelmichael authored Feb 24, 2022
2 parents 1c8c340 + 4f432fd commit 43e1c2c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.1

### Fixes
* Use correct "question_and_answer" API spec
* Raise a `Zoom::Error` exception when HTTP status is at or above 400
* Avoid SimpleCov error by making the gemspec permissive to newer versions

# 1.1.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
zoom_rb (1.1.0)
zoom_rb (1.1.1)
httparty (>= 0.13)
json (>= 1.8)
jwt
Expand Down
2 changes: 1 addition & 1 deletion lib/zoom/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Zoom
VERSION = '1.1.0'
VERSION = '1.1.1'
end

0 comments on commit 43e1c2c

Please sign in to comment.