diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d7b404c..adfa6bde 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [5.10.3 - 5.10 Patch, on Jan 24th, 2021](https://github.com/rs/SDWebImage/releases/tag/5.10.3) +See [all tickets marked for the 5.10.3 release](https://github.com/SDWebImage/SDWebImage/milestone/86) + +### Fixes +- Fixed the store cache type was specified to `SDImageCacheTypeDisk ` that pictures shouldn't cache to memory. #3157 + ## [5.10.2 - 5.10 Patch, on Dec 29th, 2020](https://github.com/rs/SDWebImage/releases/tag/5.10.2) See [all tickets marked for the 5.10.2 release](https://github.com/SDWebImage/SDWebImage/milestone/85) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index 4241d622..e4548ad2 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.10.2' + s.version = '5.10.3' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 5bcf0e7b..e5e1ea1e 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.10.2 + 5.10.3 CFBundleSignature ???? CFBundleVersion - 5.10.2 + 5.10.3 NSPrincipalClass