From 059f77eb1ccf015a6f5b88cb450376dc0707e1b6 Mon Sep 17 00:00:00 2001 From: mdmathias Date: Fri, 8 Mar 2024 17:33:53 -0800 Subject: [PATCH] Prep for patch release fixing broken API change (#827) --- AppAuth.podspec | 2 +- CHANGELOG.md | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/AppAuth.podspec b/AppAuth.podspec index c9efaffff..5df6b76fe 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AppAuth" - s.version = "1.7.0" + s.version = "1.7.1" s.summary = "AppAuth for iOS and macOS is a client SDK for communicating with OAuth 2.0 and OpenID Connect providers." s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c7e3bbc..a2f0e0fca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ +# 1.7.1 +- Add back missing method to OIDAuthorizationResponse ([#825](https://github.com/openid/AppAuth-iOS/pull/825)) +- Fix OIDTokenRequest for AppAuthCore and AppAuthTV ([#826](https://github.com/openid/AppAuth-iOS/pull/826)) + # 1.7.0 - Introduce addtional http headers to OIDTokenRequest ([#770](https://github.com/openid/AppAuth-iOS/pull/770)) - Fix nullability annotation for -[OIDExternalUserAgentIOS init] ([#727](https://github.com/openid/AppAuth-iOS/pull/727)) - Feat: allow custom nonce in OIDAuthorizationRequest ([#788](https://github.com/openid/AppAuth-iOS/pull/788)) -- Introduce addtional http headers to OIDTokenRequest ([#770](https://github.com/openid/AppAuth-iOS/pull/770)) - Add privacy manifest ([#822](https://github.com/openid/AppAuth-iOS/pull/822)) # 1.6.2