Skip to content

Commit

Permalink
Bump podspec and changelog to mark 4.0.0 release (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed May 9, 2023
1 parent ed86261 commit 41aba10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 4.0.0

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

# 3.0.0

- GTMAppAuth has been translated from Objective-C to Swift. ([#190](https://github.com/google/GTMAppAuth/pull/190))
Expand Down
2 changes: 1 addition & 1 deletion GTMAppAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = 'GTMAppAuth'
s.version = '3.0.0'
s.version = '4.0.0'
s.swift_version = '4.0'
s.summary = 'Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth'

Expand Down

0 comments on commit 41aba10

Please sign in to comment.