Skip to content

Commit f892031

Browse files
committed
Bump version to 1.1.2
1 parent 422c3ac commit f892031

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22
All 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

examples/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source 'https://rubygems.org'
44

5-
gem 'omniauth-google-oauth2', '~> 1.1.1'
5+
gem 'omniauth-google-oauth2', '~> 1.1.2'
66
gem 'rubocop'
77
gem 'sinatra', '~> 1.4'
88
gem 'webrick'

lib/omniauth/google_oauth2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module GoogleOauth2
5-
VERSION = '1.1.1'
5+
VERSION = '1.1.2'
66
end
77
end

0 commit comments

Comments
 (0)