diff --git a/CHANGELOG.md b/CHANGELOG.md index ac02224..d18792e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,21 @@ All notable changes to this project will be documented in this file. Guppy adher ## Unreleased +--- + +## Releases + +### 0.10.0 + #### Added * Support for showing pending requests -## Releases +#### Fixed + +* Fixed issue for iOS 15 where header padding was incorrect + +--- ### 0.9.0 diff --git a/Guppy.podspec b/Guppy.podspec index 6f52374..f6f1361 100644 --- a/Guppy.podspec +++ b/Guppy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Guppy' - s.version = '0.9.0' + s.version = '0.10.0' s.summary = 'Guppy is a friendly fish that sniffs out all network requests.' s.homepage = 'https://github.com/johnsonandjohnson/Guppy-iOS' s.license = { :type => 'Apache v2.0' }