Skip to content

Commit e4c12a9

Browse files
committed
Bump version to 1.0.0
1 parent bf6fa3a commit e4c12a9

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 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.0.0 - 2021-03-14
5+
6+
### Added
7+
- Support for Omniauth 2.x!
8+
9+
### Deprecated
10+
- Nothing.
11+
12+
### Removed
13+
- Support for Omniauth 1.x
14+
15+
### Fixed
16+
- Nothing.
17+
418
## 0.8.2 - 2021-03-14
519

620
### Added
@@ -10,10 +24,10 @@ All notable changes to this project will be documented in this file.
1024
- Nothing.
1125

1226
### Removed
13-
- Nothing
27+
- Nothing.
1428

1529
### Fixed
16-
- Nothing
30+
- Nothing.
1731

1832
## 0.8.1 - 2020-12-12
1933

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 = '0.8.2'
5+
VERSION = '1.0.0'
66
end
77
end

0 commit comments

Comments
 (0)