Skip to content

Commit

Permalink
Added release notes to the CHANGELOG and bumped the version to 3.2.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Nov 21, 2016
1 parent a372612 commit a4d4c0e
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AlamofireImage.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
37 changes: 37 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand All @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Source/Info-tvOS.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit a4d4c0e

Please sign in to comment.