Skip to content

Commit 41aba10

Browse files
authored
Bump podspec and changelog to mark 4.0.0 release (#231)
1 parent ed86261 commit 41aba10

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.0.0
2+
3+
- Updated `AuthSessionDelegate` method for updating error to take a completion to support async updates [#229](https://github.com/google/GTMAppAuth/pull/229)
4+
15
# 3.0.0
26

37
- GTMAppAuth has been translated from Objective-C to Swift. ([#190](https://github.com/google/GTMAppAuth/pull/190))

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 = '3.0.0'
4+
s.version = '4.0.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)