diff --git a/CHANGELOG.md b/CHANGELOG.md index 5aa066d59..e145bbf1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - Add async/await support – [#532](https://github.com/kean/Nuke/pull/532) -## Nuke 10.6.0 +## Nuke 10.7.0 *Jan 24, 2022* @@ -12,6 +12,18 @@ - Make `ImagePrefetcher` `didComplete` closure public – [#528](https://github.com/kean/Nuke/pull/515), thanks to [Winston Du](https://github.com/winstondu) - Rename internal `didEnterBackground` selector - [#531](https://github.com/kean/Nuke/issues/531) +## Nuke 10.6.1 + +*Dec 27, 2021* + +- Remove async/await support + +## Nuke 10.6.0 + +*Dec 27, 2021* + +This release added async/await, but the change was [reverted](https://github.com/kean/Nuke/issues/526) in 10.6.1 (for CocoaPods) and the release was deleted in GitHub. + ## Nuke 10.5.2 *Dec 2, 2021* diff --git a/Nuke.podspec b/Nuke.podspec index 018d41fa1..250b28344 100644 --- a/Nuke.podspec +++ b/Nuke.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Nuke' - s.version = '10.6.0' + s.version = '10.7.0' 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 cad9c888d..67af0444c 100644 --- a/Nuke.xcodeproj/project.pbxproj +++ b/Nuke.xcodeproj/project.pbxproj @@ -1749,7 +1749,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 10.6.0; + MARKETING_VERSION = 10.7.0; OTHER_SWIFT_FLAGS = "-D DEBUG -D TRACK_ALLOCATIONS"; "OTHER_SWIFT_FLAGS[arch=*]" = "-D DEBUG -D TRACK_ALLOCATIONS"; PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke; @@ -1772,7 +1772,7 @@ "@executable_path/Frameworks", "@loader_path/Frameworks", ); - MARKETING_VERSION = 10.6.0; + MARKETING_VERSION = 10.7.0; PRODUCT_BUNDLE_IDENTIFIER = com.github.kean.Nuke; PRODUCT_NAME = Nuke; };