Skip to content

Commit 9e37860

Browse files
committed
Update to 1.1.0
1 parent 08ac691 commit 9e37860

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.1.0 - 2022-09-03
5+
6+
### Added
7+
- `overridable_authorize_options` has been added to restrict overriding authorize_options by request params. [#423](https://github.com/zquestz/omniauth-google-oauth2/pull/423)
8+
- Support for oauth2 2.0.x. [#429](https://github.com/zquestz/omniauth-google-oauth2/pull/429)
9+
10+
### Deprecated
11+
- Nothing.
12+
13+
### Removed
14+
- Nothing.
15+
16+
### Fixed
17+
- Nothing.
18+
419
## 1.0.1 - 2022-03-10
520

621
### Added

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.0.1'
5+
VERSION = '1.1.0'
66
end
77
end

0 commit comments

Comments
 (0)