Skip to content

Commit

Permalink
Merge pull request #410 from hintmedia/v1.1.0
Browse files Browse the repository at this point in the history
Update version to 1.1.0
  • Loading branch information
joelmichael authored Feb 11, 2022
2 parents f78243c + 46d7deb commit bd96fea
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.0

### New features
* Support the new Zoom API OAuth security measures which are described here:
https://marketplace.zoom.us/docs/guides/stay-up-to-date/announcements/#zoom-oauth-security-updates
* Support the code_verifier parameter in the access_tokens call.

# 1.0.2

### Fixes:
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.0.2)
zoom_rb (1.1.0)
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.0.2'
VERSION = '1.1.0'
end

0 comments on commit bd96fea

Please sign in to comment.