Skip to content

Commit

Permalink
Merge pull request #409 from hintmedia/v1.0.2
Browse files Browse the repository at this point in the history
Bump to 1.0.2
  • Loading branch information
joelmichael authored Jan 20, 2022
2 parents 8e16990 + a478381 commit adff372
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 1.0.2

### Fixes:
* Fix meeting_recording_get endpoint.

# 1.0.1

### 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.1)
zoom_rb (1.0.2)
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.1'
VERSION = '1.0.2'
end

0 comments on commit adff372

Please sign in to comment.