We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac9f3f commit 56e0ccfCopy full SHA for 56e0ccf
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 5.0.0
2
+- Update keychain default on Mac to be data protected ([#259](https://github.com/google/GTMAppAuth/pull/259))
3
+- Update AppAuth dependency to 2.0.0 ([#262](https://github.com/google/GTMAppAuth/pull/262))
4
+- Fix Swift 6 mode `@Sendable` closure warning ([#263](https://github.com/google/GTMAppAuth/pull/263))
5
+
6
# 4.1.1
7
- Fix PrivacyInfo bundling issues ([#241](https://github.com/google/GTMAppAuth/pull/241))
8
GTMAppAuth.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'GTMAppAuth'
- s.version = '4.1.1'
+ s.version = '5.0.0'
s.swift_version = '4.0'
s.summary = 'Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth'
0 commit comments