From 41aba100f28395ebe842cd66e5d371cdd46c6792 Mon Sep 17 00:00:00 2001 From: mdmathias Date: Tue, 9 May 2023 10:27:24 -0700 Subject: [PATCH] Bump podspec and changelog to mark 4.0.0 release (#231) --- CHANGELOG.md | 4 ++++ GTMAppAuth.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 58e8b61b..ae07508b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/GTMAppAuth.podspec b/GTMAppAuth.podspec index 8e1f7278..ab9a9cea 100644 --- a/GTMAppAuth.podspec +++ b/GTMAppAuth.podspec @@ -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'