Skip to content

Commit eddf23b

Browse files
authored
Merge pull request #99 from nov/master
v1.2.2
2 parents 33ccf37 + 0df0925 commit eddf23b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [Unreleased]
22

3+
## [1.2.2] - 2022-10-31
4+
5+
### Fixed
6+
7+
- [#94](https://github.com/nhosoya/omniauth-apple/pull/98) handle fail! in correct way
8+
39
## [1.2.1] - 2022-10-25
410

511
### Fixed

lib/omniauth/apple/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module Apple
3-
VERSION = "1.2.1"
3+
VERSION = "1.2.2"
44
end
55
end

0 commit comments

Comments
 (0)