diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf896010..c6beb13b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Nuke 12 +## Nuke 12.2.0 + +*Nov 23, 2023* + +- Add another file type signature for .m4v files by @leonid-shevtsov in https://github.com/kean/Nuke/pull/735 +- Added the onStart callback to SwiftUI.LazyImage by @urbaneewe in https://github.com/kean/Nuke/pull/736 + ## Nuke 12.1.6 *Aug 19, 2023* diff --git a/Nuke.xcodeproj/project.pbxproj b/Nuke.xcodeproj/project.pbxproj index 989b9ad5d..30522262c 100644 --- a/Nuke.xcodeproj/project.pbxproj +++ b/Nuke.xcodeproj/project.pbxproj @@ -2221,7 +2221,7 @@ GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 13.0; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 12.1.6; + MARKETING_VERSION = 12.2.0; ONLY_ACTIVE_ARCH = YES; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; @@ -2280,7 +2280,7 @@ GENERATE_INFOPLIST_FILE = YES; IPHONEOS_DEPLOYMENT_TARGET = 13.0; MACOSX_DEPLOYMENT_TARGET = 10.15; - MARKETING_VERSION = 12.1.6; + MARKETING_VERSION = 12.2.0; SKIP_INSTALL = YES; SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos"; SUPPORTS_MACCATALYST = YES;