diff --git a/AlamofireImage.podspec b/AlamofireImage.podspec
index 533adda1..620197a3 100644
--- a/AlamofireImage.podspec
+++ b/AlamofireImage.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AlamofireImage'
- s.version = '2.1.0'
+ s.version = '2.1.1'
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 2dd35772..dab41b58 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
`AlamofireImage` adheres to [Semantic Versioning](http://semver.org/).
#### 2.x Releases
-- `2.1.x` Releases - [2.1.0](#210)
+- `2.1.x` Releases - [2.1.0](#210) | [2.1.1](#211)
- `2.0.x` Releases - [2.0.0](#200)
- `2.0.0` Betas - [2.0.0-beta.1](#200-beta1) | [2.0.0-beta.2](#200-beta2)
@@ -15,6 +15,24 @@ All notable changes to this project will be documented in this file.
---
+## [2.1.1](https://github.com/Alamofire/AlamofireImage/releases/tag/2.1.1)
+Released on 2015-11-22. All issues associated with this milestone can be found using this
+[filter](https://github.com/Alamofire/AlamofireImage/issues?utf8=✓&q=milestone%3A2.1.1).
+
+#### Added
+- Note to the README about storing a strong ref to image downloaders.
+ - Added by [Muhammad Ishaq](https://github.com/ishaq) in Pull Request
+ [#45](https://github.com/Alamofire/AlamofireImage/pull/45).
+- Custom `Info.plist` for tvOS setting the `UIRequiredDeviceCapabilities` to `arm64`.
+ - Added by [Christian Noon](https://github.com/cnoon).
+
+#### Updated
+- The `sessionManager` ACL in the `ImageDownloader` to allow access to the underlying
+ session and configuration.
+ - Updated by [Christian Noon](https://github.com/cnoon).
+- The Alamofire submodule to the Alamofire 3.1.3 release.
+ - Updated by [Christian Noon](https://github.com/cnoon).
+
## [2.1.0](https://github.com/Alamofire/AlamofireImage/releases/tag/2.1.0)
Released on 2015-10-24. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/AlamofireImage/issues?utf8=✓&q=milestone%3A2.1.0).
diff --git a/Source/Info-tvOS.plist b/Source/Info-tvOS.plist
index a664afcf..9413c37a 100644
--- a/Source/Info-tvOS.plist
+++ b/Source/Info-tvOS.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.0
+ 2.1.1
CFBundleSignature
????
CFBundleVersion
diff --git a/Source/Info.plist b/Source/Info.plist
index dca568ec..449c7b6a 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.0
+ 2.1.1
CFBundleSignature
????
CFBundleVersion