Skip to content

Commit b9d1683

Browse files
authored
Prep the 1.3.0 release (#152)
* Update CHANGELOG.md * Bump pod version to 1.3.0. * Bump release date. * Update CHANGELOG.md
1 parent 3fee2b6 commit b9d1683

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# GTMAppAuth Changelog
22

3+
## 1.3.0 (2022-05-06)
4+
5+
* Added the option to use the data protection keychain on macOS. ([#151](https://github.com/google/GTMAppAuth/pull/151))
6+
* Unified the keychain access layer, moving macOS to the modern SecItem API. ([#150](https://github.com/google/GTMAppAuth/pull/150))
7+
* Added Swift Package Manager projects for the example apps. ([#153](https://github.com/google/GTMAppAuth/pull/153))
8+
39
## 1.2.3 (2022-03-22)
410

511
* Fixed Keychain duplicate entry error on macOS. ([#138](https://github.com/google/GTMAppAuth/pull/138))

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.3"
4+
s.version = "1.3.0"
55
s.summary = "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth"
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)