From 6dee0cde8a1b223737a5159e55e6b4ec16bbbdd9 Mon Sep 17 00:00:00 2001 From: Peter Andrews Date: Tue, 13 Sep 2022 08:08:34 -0700 Subject: [PATCH] Fix changelog typo. (#177) --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cfc4ef90..724579e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # 1.3.1 (2022-09-13) * Updated the GTMSessionFetcher dependency to allow 2.x versions. ([#155](https://github.com/google/GTMAppAuth/pull/155), [#175](https://github.com/google/GTMAppAuth/pull/175)) -* Use secure coding with `NSKeyedArchiver` when available. ([#151](https://github.com/google/GTMAppAuth/pull/145)) +* Use secure coding with `NSKeyedArchiver` when available. ([#145](https://github.com/google/GTMAppAuth/pull/145)) # 1.3.0 (2022-05-06)