File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# GTMAppAuth Changelog
2
2
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)
4
9
5
10
* Fixed Swift Package Manager issue with Xcode 12.5.
6
11
7
- ## 1.2.1 (2021-04-2 )
12
+ ## 1.2.1 (2021-04-02 )
8
13
9
14
* Address CocoaPod packaging issue in the 1.2.0 release.
10
15
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
3
3
s . name = "GTMAppAuth"
4
- s . version = "1.2.2 "
4
+ s . version = "1.2.3 "
5
5
s . summary = "Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth"
6
6
7
7
s . description = <<-DESC
You can’t perform that action at this time.
0 commit comments