From c7e6abcea792fdb5d00a5ae173b83dfc26d08653 Mon Sep 17 00:00:00 2001 From: brianna Date: Wed, 20 Nov 2024 10:40:59 -0800 Subject: [PATCH 1/4] Prepare for 1.7.6 release --- AppAuth.podspec | 2 +- CHANGELOG.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/AppAuth.podspec b/AppAuth.podspec index bfffe6cda..40febc0a8 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AppAuth" - s.version = "1.7.5" + s.version = "1.7.6" 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 3fce4cb8d..46106ee41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.7.6 +- Fix OIDExternalUserAgentIOSCustomBrowser on versions iOS 10+ ([#871](https://github.com/openid/AppAuth-iOS/pull/871)) +- Update runner to macos-12 for spb-build-test ([#879](https://github.com/openid/AppAuth-iOS/pull/879)) + # 1.7.5 - Use correct xcconfig syntax for podspec ([#851](https://github.com/openid/AppAuth-iOS/pull/851)) From 97cbd51383100be774fc73c455975a409688a3e6 Mon Sep 17 00:00:00 2001 From: brianna Date: Thu, 21 Nov 2024 14:11:10 -0800 Subject: [PATCH 2/4] Fix typo. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46106ee41..7a6b8e4a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 1.7.6 - Fix OIDExternalUserAgentIOSCustomBrowser on versions iOS 10+ ([#871](https://github.com/openid/AppAuth-iOS/pull/871)) -- Update runner to macos-12 for spb-build-test ([#879](https://github.com/openid/AppAuth-iOS/pull/879)) +- Update runner to macos-12 for spm-build-test ([#879](https://github.com/openid/AppAuth-iOS/pull/879)) # 1.7.5 - Use correct xcconfig syntax for podspec ([#851](https://github.com/openid/AppAuth-iOS/pull/851)) From 53938ec9dd3353d97d9d6145fe41c8d1d438831a Mon Sep 17 00:00:00 2001 From: brianna Date: Mon, 25 Nov 2024 15:11:21 -0800 Subject: [PATCH 3/4] Update changelog to include runner macos-13. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a6b8e4a9..97570f149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 1.7.6 - Fix OIDExternalUserAgentIOSCustomBrowser on versions iOS 10+ ([#871](https://github.com/openid/AppAuth-iOS/pull/871)) -- Update runner to macos-12 for spm-build-test ([#879](https://github.com/openid/AppAuth-iOS/pull/879)) +- Update runners in tests.yml to macos-13. ([#879](https://github.com/openid/AppAuth-iOS/pull/886)) # 1.7.5 - Use correct xcconfig syntax for podspec ([#851](https://github.com/openid/AppAuth-iOS/pull/851)) From 20052fb5213f4ece37b08b5f3e24b4aabb83e9a5 Mon Sep 17 00:00:00 2001 From: brianna Date: Mon, 25 Nov 2024 16:41:54 -0800 Subject: [PATCH 4/4] Fix typo. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97570f149..13beb5467 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 1.7.6 - Fix OIDExternalUserAgentIOSCustomBrowser on versions iOS 10+ ([#871](https://github.com/openid/AppAuth-iOS/pull/871)) -- Update runners in tests.yml to macos-13. ([#879](https://github.com/openid/AppAuth-iOS/pull/886)) +- Update runners in tests.yml to macos-13. ([#886](https://github.com/openid/AppAuth-iOS/pull/886)) # 1.7.5 - Use correct xcconfig syntax for podspec ([#851](https://github.com/openid/AppAuth-iOS/pull/851))