From 71cde449f13d453227e687458144bde372d30fc7 Mon Sep 17 00:00:00 2001 From: mdmathias Date: Fri, 28 Apr 2023 10:27:10 -0700 Subject: [PATCH] Bump podspec to 1.6.2 and add entry to Changelog (#769) --- AppAuth.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AppAuth.podspec b/AppAuth.podspec index 30ef456ea..b175e6282 100644 --- a/AppAuth.podspec +++ b/AppAuth.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "AppAuth" - s.version = "1.6.1" + s.version = "1.6.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 49752c55f..b682c8a8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 1.6.2 +- 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) + # 1.6.1 - Increased minimum iOS and macOS versions to fix [build issue](https://github.com/openid/AppAuth-iOS/pull/761)