Authored by DreamPiggy

Bumped version to 4.3.2

update CHANGELOG
1 -## [4.3.1 - 4.3.0 Patch](https://github.com/rs/SDWebImage/releases/tag/4.3.1) 1 +## [4.3.2 - 4.3 Patch, on Feb 28th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.3.2)
  2 +See [all tickets marked for the 4.3.2 release](https://github.com/rs/SDWebImage/milestone/23)
  3 +
  4 +#### Fixes
  5 +- Download Operation
  6 + - Fix that iOS 8 NSURLSessionTaskPriorityHigh symbol not defined in Foundation framework and cause crash #2231 #2230
  7 +
  8 +#### Improvements
  9 +- Downloader
  10 + - Follow Apple's doc, add NSOperation only after all configuration done #2232
  11 +
  12 +## [4.3.1 - 4.3 Patch, on Feb 25th, 2018](https://github.com/rs/SDWebImage/releases/tag/4.3.1)
2 See [all tickets marked for the 4.3.1 release](https://github.com/rs/SDWebImage/milestone/22) 13 See [all tickets marked for the 4.3.1 release](https://github.com/rs/SDWebImage/milestone/22)
3 14
4 #### Fixes 15 #### Fixes
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'SDWebImage' 2 s.name = 'SDWebImage'
3 - s.version = '4.3.1' 3 + s.version = '4.3.2'
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.3.1</string> 18 + <string>4.3.2</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.3.1</string> 22 + <string>4.3.2</string>
23 <key>NSPrincipalClass</key> 23 <key>NSPrincipalClass</key>
24 <string></string> 24 <string></string>
25 </dict> 25 </dict>