Skip to content

Commit

Permalink
Merge pull request #387 from hintmedia/v0.11.0
Browse files Browse the repository at this point in the history
Update version to 0.11.0
  • Loading branch information
joelmichael authored Jul 22, 2021
2 parents 4e7839b + 7ce653d commit 49ed270
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# 0.11.0

This is the first CHANGELOG entry.

### New features:
* A lot of new endpoints

### Fixes:
* Update README to say `require 'zoom'`
* Fix a typo in the README

### Misc:
* Update gems
* Update bundler to 2.2
* Update Ruby to 2.7
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 (0.10.0)
zoom_rb (0.11.0)
httparty (~> 0.13)
json (>= 1.8)
jwt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Or install it yourself as:

## Usage

The Zoom API uses OAuth or JWT to [Authenticate](https://marketplace.zoom.us/docs/api-reference/Authentication) API request. By defaut, a JWT client will be used.
The Zoom API uses OAuth or JWT to [Authenticate](https://marketplace.zoom.us/docs/api-reference/Authentication) API request. By default, a JWT client will be used.

```ruby
require 'zoom'
Expand Down
4 changes: 2 additions & 2 deletions 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 = '0.10.0'
end
VERSION = '0.11.0'
end

0 comments on commit 49ed270

Please sign in to comment.