File tree Expand file tree Collapse file tree 3 files changed +16
-2
lines changed
lib/omniauth/google_oauth2 Expand file tree Collapse file tree 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22All notable changes to this project will be documented in this file.
33
4+ ## 1.1.2 - 2024-03-28
5+
6+ ### Added
7+ - Add support for enable_granular_consent option (#455 )
8+
9+ ### Deprecated
10+ - Nothing.
11+
12+ ### Removed
13+ - Nothing.
14+
15+ ### Fixed
16+ - Nothing.
17+
418## 1.1.1 - 2022-09-05
519
620### Added
Original file line number Diff line number Diff line change 22
33source 'https://rubygems.org'
44
5- gem 'omniauth-google-oauth2' , '~> 1.1.1 '
5+ gem 'omniauth-google-oauth2' , '~> 1.1.2 '
66gem 'rubocop'
77gem 'sinatra' , '~> 1.4'
88gem 'webrick'
Original file line number Diff line number Diff line change 22
33module OmniAuth
44 module GoogleOauth2
5- VERSION = '1.1.1 '
5+ VERSION = '1.1.2 '
66 end
77end
You can’t perform that action at this time.
0 commit comments