Authored by Bogdan Poplauschi

Bumped version to 4.2.1, updated CHANGELOG

1 -## [4.2.0 - Pluginable coders, on Oct XX, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.0) 1 +## [4.2.1 - 4.2 Patch, on Oct 31st, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.1)
  2 +See [all tickets marked for the 4.2.1 release](https://github.com/rs/SDWebImage/milestone/18)
  3 +
  4 +#### Features
  5 +- Feature refactor built-in coders and support animated webp on macOS #2082 (reusable code into `SDWebImageCoderHelper`; `SDWebImageFrame` abstracts animated images frames)
  6 +
  7 +#### Fixes
  8 +- Fixed EXIF orientation method will crash on iOS 7 because it’s an iOS 8 above API #2082
  9 +
  10 +## [4.2.0 - Pluginable coders, on Oct 30th, 2017](https://github.com/rs/SDWebImage/releases/tag/4.2.0)
2 See [all tickets marked for the 4.2.0 release](https://github.com/rs/SDWebImage/milestone/16) 11 See [all tickets marked for the 4.2.0 release](https://github.com/rs/SDWebImage/milestone/16)
3 12
4 #### Features 13 #### Features
1 Pod::Spec.new do |s| 1 Pod::Spec.new do |s|
2 s.name = 'SDWebImage' 2 s.name = 'SDWebImage'
3 - s.version = '4.2.0' 3 + s.version = '4.2.1'
4 4
5 s.osx.deployment_target = '10.8' 5 s.osx.deployment_target = '10.8'
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.2.0</string> 18 + <string>4.2.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.2.0</string> 22 + <string>4.2.1</string>
23 <key>NSPrincipalClass</key> 23 <key>NSPrincipalClass</key>
24 <string></string> 24 <string></string>
25 </dict> 25 </dict>