Skip to content

Commit

Permalink
Bump to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Jul 30, 2017
1 parent 5c6a599 commit 2c8e461
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.

## 0.5.2 - 2017-07-30

### Added
- Nothing

### Deprecated
- Nothing.

### Removed
- New `authorize_url` and `token_url` endpoints are reverted until JWT 2.0 ships.

### Fixed
- Nothing

## 0.5.1 - 2017-07-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth/google_oauth2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module GoogleOauth2
VERSION = '0.5.1'
VERSION = '0.5.2'
end
end

0 comments on commit 2c8e461

Please sign in to comment.