Skip to content

Commit

Permalink
Prep the 1.3.0 release (#152)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Bump pod version to 1.3.0.

* Bump release date.

* Update CHANGELOG.md
  • Loading branch information
petea authored May 6, 2022
1 parent 3fee2b6 commit b9d1683
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# GTMAppAuth Changelog

## 1.3.0 (2022-05-06)

* Added the option to use the data protection keychain on macOS. ([#151](https://github.com/google/GTMAppAuth/pull/151))
* Unified the keychain access layer, moving macOS to the modern SecItem API. ([#150](https://github.com/google/GTMAppAuth/pull/150))
* Added Swift Package Manager projects for the example apps. ([#153](https://github.com/google/GTMAppAuth/pull/153))

## 1.2.3 (2022-03-22)

* Fixed Keychain duplicate entry error on macOS. ([#138](https://github.com/google/GTMAppAuth/pull/138))
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.3"
s.version = "1.3.0"
s.summary = "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth"

s.description = <<-DESC
Expand Down

0 comments on commit b9d1683

Please sign in to comment.