Skip to content

Commit 4625d9d

Browse files
authored
Prepare for 1.7.0 release (#823)
1 parent 3dc3e93 commit 4625d9d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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.6.2"
4+
s.version = "1.7.0"
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

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 1.7.0
2+
- Introduce addtional http headers to OIDTokenRequest ([#770](https://github.com/openid/AppAuth-iOS/pull/770))
3+
- Fix nullability annotation for -[OIDExternalUserAgentIOS init] ([#727](https://github.com/openid/AppAuth-iOS/pull/727))
4+
- 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))
6+
- Add privacy manifest ([#822](https://github.com/openid/AppAuth-iOS/pull/822))
7+
18
# 1.6.2
29
- Increased minimum iOS and macOS versions to 9.0 and 10.12 respectively to fix [framework build issue](https://github.com/openid/AppAuth-iOS/issues/765)
310

0 commit comments

Comments
 (0)