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