From 64f621081c028a26f256a8972210802a49662404 Mon Sep 17 00:00:00 2001 From: Bogdan Poplauschi Date: Thu, 21 Jan 2016 16:34:36 +0200 Subject: [PATCH] Bumped version to 3.7.5 and added to changelog --- CHANGELOG.md | 4 ++++ SDWebImage.podspec | 2 +- WebImage/Info.plist | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2ddca7..e11870f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [3.7.5 Patch release for 3.7.0 on Jan 21st, 2016](https://github.com/rs/SDWebImage/releases/tag/3.7.5) +- fixed #1425 and #1426 - Continuation of Fix #1366, addresses #1350 and reverts a part of #1221 - from commit 6406d8e, the wrong usage of `dispatch_apply` +- fixed #1422 - Added a fallback for #976 so that if there are images saved with the old format (no extension), they can still be loaded + ## [3.7.4 Patch release for 3.7.0 with tvOS support on Jan 8th, 2016](https://github.com/rs/SDWebImage/releases/tag/3.7.4) #### Updates diff --git a/SDWebImage.podspec b/SDWebImage.podspec index ba00209c..0aff0683 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '3.7.4' + s.version = '3.7.5' s.ios.deployment_target = '5.0' s.tvos.deployment_target = '9.0' s.license = 'MIT' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 29f70e0c..7ea75c1c 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.7.4 + 3.7.5 CFBundleSignature ???? CFBundleVersion