From ed775702fa2191c1e32e61952e280e0f2ec501a2 Mon Sep 17 00:00:00 2001 From: ErnestMa Date: Mon, 6 Jan 2020 14:57:54 -0800 Subject: [PATCH] 3.0.0 --- CHANGELOG.md | 2 ++ PINRemoteImage.podspec | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9486e4fd..e4daf7bc 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 -- 2020 Jan 06 - [new] Add PINRemoteImageManagerConfiguration configuration object. [#492](https://github.com/pinterest/PINRemoteImage/pull/492) [rqueue](https://github.com/rqueue) - [fixed] Fixes blending in animated WebP images. [#507](https://github.com/pinterest/PINRemoteImage/pull/507) [garrettmoon](https://github.com/garrettmoon) - [fixed] Fixes support in PINAnimatedImageView for WebP animated images. [#507](https://github.com/pinterest/PINRemoteImage/pull/507) [garrettmoon](https://github.com/garrettmoon) diff --git a/PINRemoteImage.podspec b/PINRemoteImage.podspec index 81995018..b955a1d3 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.14" + s.version = "3.0.0" s.summary = "A thread safe, performant, feature rich image fetcher" s.homepage = "https://github.com/pinterest/PINRemoteImage" s.license = 'Apache 2.0'