From bb3f936904c15f8ff2a01875b9c5d1302365b8de Mon Sep 17 00:00:00 2001 From: quest Date: Sun, 14 Mar 2021 18:02:30 -1000 Subject: [PATCH] Add CHANGELOG for v0.8.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 ba90d8a..d5ed05b 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.8.2 - 2021-03-14 + +### Added +- Constrains the version to Omniauth 1.x. + +### Deprecated +- Nothing. + +### Removed +- Nothing + +### Fixed +- Nothing + ## 0.8.1 - 2020-12-12 ### Added diff --git a/lib/omniauth/google_oauth2/version.rb b/lib/omniauth/google_oauth2/version.rb index 7018131..e2c863c 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.8.1' + VERSION = '0.8.2' end end