From cfb61d2606c1a3b11f455cad6dd3082f17f4536f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 21:35:00 +0000 Subject: [PATCH] Release version 8.1.3 Co-authored-by: ncooke3 <36927374+ncooke3@users.noreply.github.com> --- CHANGELOG.md | 4 ++-- GoogleUtilities.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 357cb8f..e64271e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ -# Unreleased +# 8.1.3 - [fixed] Fixed [GULSwizzler ivarObjectsForObject] to correctly query instance variables - of an NSProxy and to exclude weak instances in the returned array. + of an NSProxy and to exclude weak instances in the returned array. (#244) # 8.1.2 - [fixed] Resolve EXC_BAD_ACCESS in GULNetworkURLSession via O(1) passive memory diff --git a/GoogleUtilities.podspec b/GoogleUtilities.podspec index 262858b..66bdc1a 100644 --- a/GoogleUtilities.podspec +++ b/GoogleUtilities.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'GoogleUtilities' - s.version = '8.1.2' + s.version = '8.1.3' s.summary = 'Google Utilities for Apple platform SDKs' s.description = <<-DESC