From bbed9c7021329cec11bd4967c649f3950397ea9b Mon Sep 17 00:00:00 2001 From: Nick Cooke Date: Thu, 25 Jun 2026 14:07:02 -0400 Subject: [PATCH] chore: bump podspec versiona and add changelog note --- CHANGELOG.md | 4 ++++ GoogleUtilities.podspec | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4f5fdb..60be265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 8.1.2 +- [fixed] Resolve EXC_BAD_ACCESS in GULNetworkURLSession via O(1) passive memory + lifecycle cleanup. (#233) + # 8.1.1 - [fixed] Prevent race condition crashes in GULNetworkURLSession by replacing NSMapTable with thread-safe NSMutableDictionary and locking. (#228) diff --git a/GoogleUtilities.podspec b/GoogleUtilities.podspec index 3a369ae..bf1ba3f 100644 --- a/GoogleUtilities.podspec +++ b/GoogleUtilities.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleUtilities' - s.version = '8.1.1' + s.version = '8.1.2' s.summary = 'Google Utilities for Apple platform SDKs' s.description = <<-DESC