Skip to content

Commit db3ae84

Browse files
authored
Merge pull request #97 from nov/master
v1.2.1
2 parents 5a43139 + df81cd7 commit db3ae84

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
## [Unreleased]
22

3-
## [1.1.0] - 2022-09-27
3+
## [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
411

512
### Fixed
613

lib/omniauth/apple/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OmniAuth
22
module Apple
3-
VERSION = "1.2.0"
3+
VERSION = "1.2.1"
44
end
55
end

0 commit comments

Comments
 (0)