Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion GoogleUtilities.podspec
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading