diff --git a/AlamofireImage.podspec b/AlamofireImage.podspec index 54ff6798..6c4f83f3 100644 --- a/AlamofireImage.podspec +++ b/AlamofireImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AlamofireImage' - s.version = '3.1.0' + s.version = '3.2.0' s.license = 'MIT' s.summary = 'AlamofireImage is an image component library for Alamofire' s.homepage = 'https://github.com/Alamofire/AlamofireImage' diff --git a/CHANGELOG.md b/CHANGELOG.md index 74ca4a91..156f3c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `AlamofireImage` adheres to [Semantic Versioning](http://semver.org/). #### 3.x Releases +- `3.2.x` Releases - [3.2.0](#320) - `3.1.x` Releases - [3.1.0](#310) - `3.0.x` Releases - [3.0.0](#300) @@ -22,6 +23,42 @@ All notable changes to this project will be documented in this file. --- +## [3.2.0](https://github.com/Alamofire/AlamofireImage/releases/tag/3.2.0) +Released on 2016-11-20. All issues associated with this milestone can be found using this +[filter](https://github.com/Alamofire/AlamofireImage/milestone/20?closed=1). + +#### Added +- A new `imageResponseSerializer` property to the `ImageDownloader`. + - Added by [Tapani Saarinen](https://github.com/tapz) in Pull Request. + [#208](https://github.com/Alamofire/AlamofireImage/pull/208). +- New embedded framework installation instructions to the README. + - Added by [Eric Horstmanshof](https://github.com/Erulezz) in Pull Request. + [#213](https://github.com/Alamofire/AlamofireImage/pull/213). +- A new iOS 8.1 target to the Travis CI device matrix. + - Added by [Christian Noon](https://github.com/cnoon). + +#### Updated +- The `AutoPurgingImageCache` APIs to an `open` ACL where applicable. + - Updated by [Christian Noon](https://github.com/cnoon). +- The `ImageDownloader` and `RequestReceipt` APIs to an `open` ACL where applicable. + - Updated by [Christian Noon](https://github.com/cnoon). +- The Xcode project to Xcode 8.1 and made all suggested project updates. + - Updated by [Christian Noon](https://github.com/cnoon). +- `UIButton` and `UIImageView` completion closures to be called after image is set. + - Updated by [Christian Noon](https://github.com/cnoon) in regards to Issue + [#209](https://github.com/Alamofire/AlamofireImage/issues/209). +- The deployment targets to iOS 8.0 and macOS 10.10 to match core Alamofire project. + - Updated by [Christian Noon](https://github.com/cnoon) in regards to Issue. + [#216](https://github.com/Alamofire/AlamofireImage/issues/216). +- The Cartfile and pulled in Alamofire 4.2.0 submodule. + - Updated by [Christian Noon](https://github.com/cnoon). + +#### Removed +- CoreImage filters on iOS 8.x due to runtime mapping issue with `CIContext`. + - Removed by [Christian Noon](https://github.com/cnoon). + +--- + ## [3.1.0](https://github.com/Alamofire/AlamofireImage/releases/tag/3.1.0) Released on 2016-10-01. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/19?closed=1). diff --git a/Source/Info-tvOS.plist b/Source/Info-tvOS.plist index fd66f0fb..07bfcd58 100644 --- a/Source/Info-tvOS.plist +++ b/Source/Info-tvOS.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0 + 3.2.0 CFBundleSignature ???? CFBundleVersion diff --git a/Source/Info.plist b/Source/Info.plist index 543e5f92..340121d3 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.1.0 + 3.2.0 CFBundleSignature ???? CFBundleVersion