From fe81a3dacdb0695effdb922efffdd6cf1dcbf475 Mon Sep 17 00:00:00 2001 From: Garrett Moon Date: Fri, 22 Apr 2016 12:59:08 -0700 Subject: [PATCH] 2.1.4 --- CHANGELOG.md | 3 +++ PINRemoteImage.podspec | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27774aa6..6b1047f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 2.1.4 -- 2016 Apr 22 ### +- [new] Have PINProgressiveImage pass back the quality of the current progressive image [#185](https://github.com/pinterest/PINRemoteImage/pull/185) + ### 2.1.3 -- 2016 Apr 13 ### - [fixed] Images May Be Removed from Disk Cache for Not Being in Memory Cache [#186](https://github.com/pinterest/PINRemoteImage/commit/f15ca03ece954b4712b2c669c849245617e73e08) diff --git a/PINRemoteImage.podspec b/PINRemoteImage.podspec index c23a1f65..f353aaa9 100644 --- a/PINRemoteImage.podspec +++ b/PINRemoteImage.podspec @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.name = "PINRemoteImage" - s.version = "2.1.3" + s.version = "2.1.4" s.summary = "A thread safe, performant, feature rich image fetcher" s.homepage = "https://github.com/pinterest/PINRemoteImage" s.license = 'Apache 2.0'