diff --git a/CHANGELOG.md b/CHANGELOG.md index 454fabd9..5ebf44af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [4.4.1 - 4.4 patch, on June 7th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.4.1) +See [all tickets marked for the 4.4.1 release](https://github.com/rs/SDWebImage/milestone/26) + +#### Fixes +- Coder + - Fix that WebP (including Animated WebP) decoding issue on iOS 12 #2348 #2347 +- Downloader + - Fix that the downloader operation may not call the completion block when requesting the same image url in race condition #2346 #2344 + ## [4.4.0 - watchOS View Category, on May 31st, 2018](https://github.com/rs/SDWebImage/releases/tag/4.4.0) See [all tickets marked for the 4.4.0 release](https://github.com/rs/SDWebImage/milestone/25) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 3aa2d9e8..0b6bb6d1 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '4.4.0' + s.version = '4.4.1' s.osx.deployment_target = '10.9' s.ios.deployment_target = '7.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index d29940a0..81e2ffa0 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.4.0 + 4.4.1 CFBundleSignature ???? CFBundleVersion - 4.4.0 + 4.4.1 NSPrincipalClass