Skip to content

Commit e803d09

Browse files
authored
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
1 parent bd61a8b commit e803d09

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
# GTMAppAuth Changelog
22

3-
## 1.2.2 (2021-05-4)
3+
## 1.2.3 (2022-03-22)
4+
5+
* Fixed Keychain duplicate entry error on macOS. ([#138](https://github.com/google/GTMAppAuth/pull/138))
6+
* Match GTMSessionFetcher's min macOS version to avoid warnings. ([#142](https://github.com/google/GTMAppAuth/pull/142))
7+
8+
## 1.2.2 (2021-05-04)
49

510
* Fixed Swift Package Manager issue with Xcode 12.5.
611

7-
## 1.2.1 (2021-04-2)
12+
## 1.2.1 (2021-04-02)
813

914
* Address CocoaPod packaging issue in the 1.2.0 release.
1015

GTMAppAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = "GTMAppAuth"
4-
s.version = "1.2.2"
4+
s.version = "1.2.3"
55
s.summary = "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth"
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)