diff --git a/CHANGELOG.md b/CHANGELOG.md index d8972dd8..c384c2e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Nuke 12 +## Nuke 12.7.1 + +*May 30, 2024* + +- Fix fade transition in some scenarios by @ejensen in https://github.com/kean/Nuke/pull/786 +- Remove `taskDescription` from network tasks by @ejensen in https://github.com/kean/Nuke/pull/785 +- Temporarily revert the change introduced in v12.6 that would skip decompression for some image types – more info in https://github.com/kean/Nuke/issues/788 + ## Nuke 12.7 *May 18, 2024* diff --git a/Nuke.xcodeproj/project.pbxproj b/Nuke.xcodeproj/project.pbxproj index bf3c0240..b43b7f9a 100644 --- a/Nuke.xcodeproj/project.pbxproj +++ b/Nuke.xcodeproj/project.pbxproj @@ -2209,7 +2209,7 @@ GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 13.0; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 12.7.0; + MARKETING_VERSION = 12.7.1; ONLY_ACTIVE_ARCH = YES; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; @@ -2268,7 +2268,7 @@ GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 13.0; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 12.7.0; + MARKETING_VERSION = 12.7.1; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES;