diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f4329752..e687b80f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ [Changelog](https://github.com/kean/Nuke/releases) for all versions +## Nuke 3.2 + +- Swift 2.3 support +- Preheating is now thread-safe #75 + ## Nuke 3.1.2 - #71 ImageViewLoadingController now cancels tasks synchronously, thanks to @adomanico diff --git a/Nuke.podspec b/Nuke.podspec index 07bd3780a..b3208c870 100644 --- a/Nuke.podspec +++ b/Nuke.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Nuke' - s.version = '3.1.3' + s.version = '3.2' s.summary = 'Advanced Swift framework for loading, processing and caching images' s.description = <<-EOS Advanced pure Swift framework for loading, caching, processing, displaying and preheating images. diff --git a/Supporting Files/Info.plist b/Supporting Files/Info.plist index 00951f440..1635817ed 100644 --- a/Supporting Files/Info.plist +++ b/Supporting Files/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.3 + 3.2 CFBundleSignature ???? CFBundleVersion