diff --git a/CHANGELOG.md b/CHANGELOG.md index 98202b5d..fdffdf26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## master * Add your own contributions to the next release on the line below this with your name. + +## 3.0.0 Beta 11 - [fixed] Fixes a deadlock with canceling processor tasks [#374](https://github.com/pinterest/PINRemoteImage/pull/374) [zachwaugh](https://github.com/zachwaugh) - [fixed] Fixes a deadlock in the retry system. [garrettmoon](https://github.com/garrettmoon) - [fixed] Fixes a threadsafety issue in accessing callbacks. [garrettmoon](https://github.com/garrettmoon) diff --git a/PINRemoteImage.podspec b/PINRemoteImage.podspec index 584b2211..6529a1de 100644 --- a/PINRemoteImage.podspec +++ b/PINRemoteImage.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "PINRemoteImage" - s.version = "3.0.0-beta.10" + s.version = "3.0.0-beta.11" s.summary = "A thread safe, performant, feature rich image fetcher" s.homepage = "https://github.com/pinterest/PINRemoteImage" s.license = 'Apache 2.0'