Skip to content

Commit 5d7d66f

Browse files
authored
Prepare for 4.1.1 release (#242)
1 parent 36e8453 commit 5d7d66f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 4.1.1
2+
- Fix PrivacyInfo bundling issues ([#241](https://github.com/google/GTMAppAuth/pull/241))
3+
14
# 4.1.0
25
- Fix keychain key bug ([#237](https://github.com/google/GTMAppAuth/pull/237))
36
- Add privacy manifest ([#239](https://github.com/google/GTMAppAuth/pull/239))

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 = '4.1.0'
4+
s.version = '4.1.1'
55
s.swift_version = '4.0'
66
s.summary = 'Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth'
77

0 commit comments

Comments
 (0)