From 2c8e461928cfcc5818d3ed3cdc98bff9dcc62192 Mon Sep 17 00:00:00 2001 From: Josh Ellithorpe Date: Sun, 30 Jul 2017 15:04:53 -0700 Subject: [PATCH] Bump to 0.5.2 --- CHANGELOG.md | 14 ++++++++++++++ lib/omniauth/google_oauth2/version.rb | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff4563b..69a74e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/omniauth/google_oauth2/version.rb b/lib/omniauth/google_oauth2/version.rb index 34a89b4..4464d45 100644 --- a/lib/omniauth/google_oauth2/version.rb +++ b/lib/omniauth/google_oauth2/version.rb @@ -2,6 +2,6 @@ module OmniAuth module GoogleOauth2 - VERSION = '0.5.1' + VERSION = '0.5.2' end end