Authored by DreamPiggy

Bumped version to 4.4.1

update CHANGELOG
  1 +## [4.4.1 - 4.4 patch, on June 7th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.4.1)
  2 +See [all tickets marked for the 4.4.1 release](https://github.com/rs/SDWebImage/milestone/26)
  3 +
  4 +#### Fixes
  5 +- Coder
  6 + - Fix that WebP (including Animated WebP) decoding issue on iOS 12 #2348 #2347
  7 +- Downloader
  8 + - Fix that the downloader operation may not call the completion block when requesting the same image url in race condition #2346 #2344
  9 +
1 ## [4.4.0 - watchOS View Category, on May 31st, 2018](https://github.com/rs/SDWebImage/releases/tag/4.4.0) 10 ## [4.4.0 - watchOS View Category, on May 31st, 2018](https://github.com/rs/SDWebImage/releases/tag/4.4.0)
2 See [all tickets marked for the 4.4.0 release](https://github.com/rs/SDWebImage/milestone/25) 11 See [all tickets marked for the 4.4.0 release](https://github.com/rs/SDWebImage/milestone/25)
3 12
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'SDWebImage' 2 s.name = 'SDWebImage'
3 - s.version = '4.4.0' 3 + s.version = '4.4.1'
4 4
5 s.osx.deployment_target = '10.9' 5 s.osx.deployment_target = '10.9'
6 s.ios.deployment_target = '7.0' 6 s.ios.deployment_target = '7.0'
@@ -15,11 +15,11 @@ @@ -15,11 +15,11 @@
15 <key>CFBundlePackageType</key> 15 <key>CFBundlePackageType</key>
16 <string>FMWK</string> 16 <string>FMWK</string>
17 <key>CFBundleShortVersionString</key> 17 <key>CFBundleShortVersionString</key>
18 - <string>4.4.0</string> 18 + <string>4.4.1</string>
19 <key>CFBundleSignature</key> 19 <key>CFBundleSignature</key>
20 <string>????</string> 20 <string>????</string>
21 <key>CFBundleVersion</key> 21 <key>CFBundleVersion</key>
22 - <string>4.4.0</string> 22 + <string>4.4.1</string>
23 <key>NSPrincipalClass</key> 23 <key>NSPrincipalClass</key>
24 <string></string> 24 <string></string>
25 </dict> 25 </dict>