diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e9e8fc8..996a8e18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [5.8.3 - 5.8 Patch, on July 2nd, 2020](https://github.com/rs/SDWebImage/releases/tag/5.8.3) +See [all tickets marked for the 5.8.3 release](https://github.com/SDWebImage/SDWebImage/milestone/75) + +### Changes +- Add the support for that UIImage+MultiFormat methods on SDAnimatedImage, which supports encoding the animation like GIF/APNG/WebP with lower compression quality #3047 + +### Fixes +- Fix the issue of iOS 14 vector image rendering on SDAnimatedImageView #3046 + ## [5.8.2 - 5.8 Patch, on June 23rd, 2020](https://github.com/rs/SDWebImage/releases/tag/5.8.2) See [all tickets marked for the 5.8.2 release](https://github.com/SDWebImage/SDWebImage/milestone/74) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index b85a38c5..a4cbfc5c 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.8.2' + s.version = '5.8.3' s.osx.deployment_target = '10.10' s.ios.deployment_target = '8.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index bd159f50..20951746 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.8.2 + 5.8.3 CFBundleSignature ???? CFBundleVersion - 5.8.2 + 5.8.3 NSPrincipalClass