diff --git a/CHANGELOG.md b/CHANGELOG.md index ae07508..6f0079c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/GTMAppAuth.podspec b/GTMAppAuth.podspec index 62b77a8..91c2442 100644 --- a/GTMAppAuth.podspec +++ b/GTMAppAuth.podspec @@ -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'