Skip to content

Commit bb3f936

Browse files
committed
Add CHANGELOG for v0.8.2
1 parent 9811fb5 commit bb3f936

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
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+
## 0.8.2 - 2021-03-14
5+
6+
### Added
7+
- Constrains the version to Omniauth 1.x.
8+
9+
### Deprecated
10+
- Nothing.
11+
12+
### Removed
13+
- Nothing
14+
15+
### Fixed
16+
- Nothing
17+
418
## 0.8.1 - 2020-12-12
519

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

0 commit comments

Comments
 (0)