Skip to content

Commit 3ed0597

Browse files
committed
Version 11.6.1
1 parent 30c5b05 commit 3ed0597

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Nuke 11
22

3+
## Nuke 11.6.1
4+
5+
*Feb 5, 2023*
6+
7+
- Fix [#653](https://github.com/kean/Nuke/issues/653): ImageView wasn't calling `prepareForReuse` on its `animatedImageView`
8+
39
## Nuke 11.6.0
410

511
*Jan 27, 2023*

Nuke.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2285,7 +2285,7 @@
22852285
GENERATE_INFOPLIST_FILE = YES;
22862286
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
22872287
MACOSX_DEPLOYMENT_TARGET = 10.15;
2288-
MARKETING_VERSION = 1.6.0;
2288+
MARKETING_VERSION = 11.6.1;
22892289
ONLY_ACTIVE_ARCH = YES;
22902290
SKIP_INSTALL = YES;
22912291
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
@@ -2344,7 +2344,7 @@
23442344
GENERATE_INFOPLIST_FILE = YES;
23452345
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
23462346
MACOSX_DEPLOYMENT_TARGET = 10.15;
2347-
MARKETING_VERSION = 1.6.0;
2347+
MARKETING_VERSION = 11.6.1;
23482348
SKIP_INSTALL = YES;
23492349
SUPPORTED_PLATFORMS = "watchsimulator watchos macosx iphonesimulator iphoneos driverkit appletvsimulator appletvos";
23502350
SUPPORTS_MACCATALYST = YES;

0 commit comments

Comments
 (0)