From f89203122953cb4f1aed80d9dacb64ccf3e3d9d5 Mon Sep 17 00:00:00 2001 From: quest Date: Thu, 28 Mar 2024 23:50:04 -1000 Subject: [PATCH] Bump version to 1.1.2 --- CHANGELOG.md | 14 ++++++++++++++ examples/Gemfile | 2 +- lib/omniauth/google_oauth2/version.rb | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d4ae0f..9221bdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.1.2 - 2024-03-28 + +### Added +- Add support for enable_granular_consent option (#455) + +### Deprecated +- Nothing. + +### Removed +- Nothing. + +### Fixed +- Nothing. + ## 1.1.1 - 2022-09-05 ### Added diff --git a/examples/Gemfile b/examples/Gemfile index 5053824..ea018c7 100644 --- a/examples/Gemfile +++ b/examples/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' -gem 'omniauth-google-oauth2', '~> 1.1.1' +gem 'omniauth-google-oauth2', '~> 1.1.2' gem 'rubocop' gem 'sinatra', '~> 1.4' gem 'webrick' diff --git a/lib/omniauth/google_oauth2/version.rb b/lib/omniauth/google_oauth2/version.rb index 798c14e..b70440a 100644 --- a/lib/omniauth/google_oauth2/version.rb +++ b/lib/omniauth/google_oauth2/version.rb @@ -2,6 +2,6 @@ module OmniAuth module GoogleOauth2 - VERSION = '1.1.1' + VERSION = '1.1.2' end end