Skip to content

Commit

Permalink
Prep for 1.2.3 release (#144)
Browse files Browse the repository at this point in the history
* Update changelog for 1.2.3 release.

* Update GTMAppAuth.podspec

* Fix typo.

* Fix date formatting.

* Update CHANGELOG.md
  • Loading branch information
petea authored Mar 22, 2022
1 parent bd61a8b commit e803d09
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion GTMAppAuth.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e803d09

Please sign in to comment.