Skip to content

Commit

Permalink
Bump version to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zquestz committed Mar 29, 2024
1 parent 422c3ac commit f892031
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 1 addition & 1 deletion lib/omniauth/google_oauth2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module GoogleOauth2
VERSION = '1.1.1'
VERSION = '1.1.2'
end
end

0 comments on commit f892031

Please sign in to comment.