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 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
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
+
4
18
## 1.1.1 - 2022-09-05
5
19
6
20
### Added
Original file line number Diff line number Diff line change 2
2
3
3
source 'https://rubygems.org'
4
4
5
- gem 'omniauth-google-oauth2' , '~> 1.1.1 '
5
+ gem 'omniauth-google-oauth2' , '~> 1.1.2 '
6
6
gem 'rubocop'
7
7
gem 'sinatra' , '~> 1.4'
8
8
gem 'webrick'
Original file line number Diff line number Diff line change 2
2
3
3
module OmniAuth
4
4
module GoogleOauth2
5
- VERSION = '1.1.1 '
5
+ VERSION = '1.1.2 '
6
6
end
7
7
end
You can’t perform that action at this time.
0 commit comments