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