diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2d3bb2a..3f0b98765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Nuke 10 +## Nuke 10.3.3 + +*Aug 18, 2021* + +- Fix an issue with disk cache images being overwritten in some scenarios (with disk cache policies that enable encoding and storage of the processed images) - [#500](https://github.com/kean/Nuke/pull/500) + +## Nuke 10.3.2 + +*Jul 30, 2021* + +- Add podspec ## Nuke 10.3.1 diff --git a/Nuke.podspec b/Nuke.podspec index 91faaad64..df1bcd440 100644 --- a/Nuke.podspec +++ b/Nuke.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Nuke' - s.version = '10.3.2' + s.version = '10.3.3' s.summary = 'A powerful image loading and caching system' s.description = <<-EOS A powerful image loading and caching system which makes simple tasks like loading images into views extremely simple, while also supporting more advanced features for more demanding apps. diff --git a/Nuke.xcodeproj/project.pbxproj b/Nuke.xcodeproj/project.pbxproj index f2766ed3f..258b0d198 100644 --- a/Nuke.xcodeproj/project.pbxproj +++ b/Nuke.xcodeproj/project.pbxproj @@ -1593,7 +1593,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 10.3.1; + MARKETING_VERSION = 10.3.3; OTHER_SWIFT_FLAGS = "-D DEBUG -D TRACK_ALLOCATIONS"; "OTHER_SWIFT_FLAGS[arch=*]" = "-D DEBUG -D TRACK_ALLOCATIONS"; PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke; @@ -1616,7 +1616,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 10.3.1; + MARKETING_VERSION = 10.3.3; PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke; PRODUCT_NAME = Nuke; };