We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 33ccf37 + 0df0925 commit eddf23bCopy full SHA for eddf23b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
## [Unreleased]
2
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
9
## [1.2.1] - 2022-10-25
10
11
### Fixed
lib/omniauth/apple/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module Apple
- VERSION = "1.2.1"
+ VERSION = "1.2.2"
end
0 commit comments