Skip to content

Commit

Permalink
Prepare for 4.1.0 release (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Mar 12, 2024
1 parent 346932e commit a5a3d11
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.1.0
- Fix keychain key bug ([#237](https://github.com/google/GTMAppAuth/pull/237))
- Add privacy manifest ([#239](https://github.com/google/GTMAppAuth/pull/239))

# 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)
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 = '4.0.0'
s.version = '4.1.0'
s.swift_version = '4.0'
s.summary = 'Authorize GTM Session Fetcher requests with AppAuth via GTMAppAuth'

Expand Down

0 comments on commit a5a3d11

Please sign in to comment.