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 36e8453 commit 5d7d66fCopy full SHA for 5d7d66f
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 4.1.1
2
+- Fix PrivacyInfo bundling issues ([#241](https://github.com/google/GTMAppAuth/pull/241))
3
+
4
# 4.1.0
5
- Fix keychain key bug ([#237](https://github.com/google/GTMAppAuth/pull/237))
6
- Add privacy manifest ([#239](https://github.com/google/GTMAppAuth/pull/239))
GTMAppAuth.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'GTMAppAuth'
- s.version = '4.1.0'
+ s.version = '4.1.1'
s.swift_version = '4.0'
s.summary = 'Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth'
7
0 commit comments