From 269c90515328c24f90b2ed17a67c8a796b485448 Mon Sep 17 00:00:00 2001 From: mdmathias Date: Mon, 11 Mar 2024 11:16:35 -0700 Subject: [PATCH] Prep patch release fixing errors in privacy reports (#831) --- AppAuth.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AppAuth.podspec b/AppAuth.podspec index 27f2fac3a..a328e6be5 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AppAuth" - s.version = "1.7.1" + s.version = "1.7.2" 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 a2f0e0fca..12e915e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.7.2 + - Streamline copying of privacy manifest ([#830](https://github.com/openid/AppAuth-iOS/pull/830)) + # 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))