diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cebe065..ea571034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## [5.18.1 - Privacy Manifest, on Sep 12, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.1) +See [all tickets marked for the 5.18.1 release](https://github.com/SDWebImage/SDWebImage/milestone/120) + +### Project +- Added the visionOS support for "Build XCFramework" script target #3598 +- Added xcprivacy to framework target and SPM #3600 + +### Fixes +- Fix the JFIF image orientation bug (which does not use EXIF but JFIF metadata) #3597 + +### Warnings +- Fix one warning because local variable shadows the variable outside of block #3599 + ## [5.18.0 - VisionOS and more, on Sep 2nd, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.0) See [all tickets marked for the 5.18.0 release](https://github.com/SDWebImage/SDWebImage/milestone/119) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index f85f6c9f..3535a0f2 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.18.0' + s.version = '5.18.1' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index a62c76e9..1110d63f 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.18.0 + 5.18.1 CFBundleSignature ???? CFBundleVersion - 5.18.0 + 5.18.1 NSPrincipalClass