diff --git a/CHANGELOG.md b/CHANGELOG.md index d1f247eb..285f4c8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.18.7 - CocoaPods Privacy Manifest, on Dec 11th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.7) +See [all tickets marked for the 5.18.7 release](https://github.com/SDWebImage/SDWebImage/milestone/127) + +### Project +- Added xcprivacy manifest to CocoaPods #3649 +- - Now all the 3 integration supports the privacy manifest. Check README about usage. + ## [5.18.6 - ProMotion/Vision Fix, on Dec 5th, 2023](https://github.com/rs/SDWebImage/releases/tag/5.18.6) See [all tickets marked for the 5.18.6 release](https://github.com/SDWebImage/SDWebImage/milestone/126) diff --git a/SDWebImage.podspec b/SDWebImage.podspec index e7c043c8..f83a03d6 100644 --- a/SDWebImage.podspec +++ b/SDWebImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SDWebImage' - s.version = '5.18.6' + s.version = '5.18.7' s.osx.deployment_target = '10.11' s.ios.deployment_target = '9.0' diff --git a/WebImage/Info.plist b/WebImage/Info.plist index 80a0fc49..81255ebe 100644 --- a/WebImage/Info.plist +++ b/WebImage/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.18.6 + 5.18.7 CFBundleSignature ???? CFBundleVersion - 5.18.6 + 5.18.7 NSPrincipalClass