From e803d09da0147fbf1bbb30e126c47ff43254e057 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Tue, 22 Mar 2022 12:58:07 -0700 Subject: [PATCH] Prep for 1.2.3 release (#144) * Update changelog for 1.2.3 release. * Update GTMAppAuth.podspec * Fix typo. * Fix date formatting. * Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++-- GTMAppAuth.podspec | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d87085a..c92f0cbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # GTMAppAuth Changelog -## 1.2.2 (2021-05-4) +## 1.2.3 (2022-03-22) + +* Fixed Keychain duplicate entry error on macOS. ([#138](https://github.com/google/GTMAppAuth/pull/138)) +* Match GTMSessionFetcher's min macOS version to avoid warnings. ([#142](https://github.com/google/GTMAppAuth/pull/142)) + +## 1.2.2 (2021-05-04) * Fixed Swift Package Manager issue with Xcode 12.5. -## 1.2.1 (2021-04-2) +## 1.2.1 (2021-04-02) * Address CocoaPod packaging issue in the 1.2.0 release. diff --git a/GTMAppAuth.podspec b/GTMAppAuth.podspec index 663cdad5..e4f8bc90 100644 --- a/GTMAppAuth.podspec +++ b/GTMAppAuth.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "GTMAppAuth" - s.version = "1.2.2" + s.version = "1.2.3" s.summary = "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth" s.description = <<-DESC