Skip to content

Commit a5a3d11

Browse files
authored
Prepare for 4.1.0 release (#240)
1 parent 346932e commit a5a3d11

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.1.0
2+
- Fix keychain key bug ([#237](https://github.com/google/GTMAppAuth/pull/237))
3+
- Add privacy manifest ([#239](https://github.com/google/GTMAppAuth/pull/239))
4+
15
# 4.0.0
26

37
- Updated `AuthSessionDelegate` method for updating error to take a completion to support async updates [#229](https://github.com/google/GTMAppAuth/pull/229)

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

0 commit comments

Comments
 (0)