We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5a43139 + df81cd7 commit db3ae84Copy full SHA for db3ae84
CHANGELOG.md
@@ -1,6 +1,13 @@
1
## [Unreleased]
2
3
-## [1.1.0] - 2022-09-27
+## [1.2.1] - 2022-10-25
4
+
5
+### Fixed
6
7
+- [#94](https://github.com/nhosoya/omniauth-apple/pull/94) rack-protection.rb is back in rack-protection v3.0.1
8
+- [#96](https://github.com/nhosoya/omniauth-apple/pull/96) handle JWKS fetch failures
9
10
+## [1.2.0] - 2022-09-27
11
12
### Fixed
13
lib/omniauth/apple/version.rb
@@ -1,5 +1,5 @@
module OmniAuth
module Apple
- VERSION = "1.2.0"
+ VERSION = "1.2.1"
end
0 commit comments