Skip to content

Commit 059f77e

Browse files
authored
Prep for patch release fixing broken API change (#827)
1 parent 2bd00a2 commit 059f77e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

AppAuth.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "AppAuth"
4-
s.version = "1.7.0"
4+
s.version = "1.7.1"
55
s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers."
66

77
s.description = <<-DESC

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
# 1.7.1
2+
- Add back missing method to OIDAuthorizationResponse ([#825](https://github.com/openid/AppAuth-iOS/pull/825))
3+
- Fix OIDTokenRequest for AppAuthCore and AppAuthTV ([#826](https://github.com/openid/AppAuth-iOS/pull/826))
4+
15
# 1.7.0
26
- Introduce addtional http headers to OIDTokenRequest ([#770](https://github.com/openid/AppAuth-iOS/pull/770))
37
- Fix nullability annotation for -[OIDExternalUserAgentIOS init] ([#727](https://github.com/openid/AppAuth-iOS/pull/727))
48
- Feat: allow custom nonce in OIDAuthorizationRequest ([#788](https://github.com/openid/AppAuth-iOS/pull/788))
5-
- Introduce addtional http headers to OIDTokenRequest ([#770](https://github.com/openid/AppAuth-iOS/pull/770))
69
- Add privacy manifest ([#822](https://github.com/openid/AppAuth-iOS/pull/822))
710

811
# 1.6.2

0 commit comments

Comments
 (0)