Skip to content

Commit 8bebf08

Browse files
committed
Bump version and update CHANGELOG.md
1 parent 2417bc2 commit 8bebf08

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
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.0.1 - 2022-03-10
5+
6+
### Added
7+
- Output granted scopes in credentials block of the auth hash.
8+
- Migrated to GitHub actions.
9+
10+
### Deprecated
11+
- Nothing.
12+
13+
### Removed
14+
- Nothing.
15+
16+
### Fixed
17+
- Overriding the `redirect_uri` via params or JSON request body.
18+
419
## 1.0.0 - 2021-03-14
520

621
### Added

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ end
217217
For your views you can login using:
218218

219219
```erb
220-
<%# omniauth-google-oauth2 1.0.0 uses OmniAuth 2 and requires using HTTP Post to initiate authentication: %>
220+
<%# omniauth-google-oauth2 1.0.x uses OmniAuth 2 and requires using HTTP Post to initiate authentication: %>
221221
<%= link_to "Sign in with Google", user_google_oauth2_omniauth_authorize_path, method: :post %>
222222
223223
<%# omniauth-google-oauth2 prior 1.0.0: %>

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

0 commit comments

Comments
 (0)