Browse Source

Updated the CHANGELOG and bumped the version to 1.3.1.

Christian Noon 10 years ago
parent
commit
cf8127a135
3 changed files with 14 additions and 4 deletions
  1. 2 2
      Alamofire.podspec
  2. 11 1
      CHANGELOG.md
  3. 1 1
      Source/Info.plist

+ 2 - 2
Alamofire.podspec

@@ -1,11 +1,11 @@
 Pod::Spec.new do |s|
   s.name = 'Alamofire'
-  s.version = '1.3.0'
+  s.version = '1.3.1'
   s.license = 'MIT'
   s.summary = 'Elegant HTTP Networking in Swift'
   s.homepage = 'https://github.com/Alamofire/Alamofire'
   s.social_media_url = 'http://twitter.com/AlamofireSF'
-  s.authors = { 'Mattt Thompson' => 'm@mattt.me' }
+  s.authors = { 'Alamofire Software Foundation' => 'info@alamofire.org' }
   s.source = { :git => 'https://github.com/Alamofire/Alamofire.git', :tag => s.version }
 
   s.ios.deployment_target = '8.0'

+ 11 - 1
CHANGELOG.md

@@ -2,13 +2,23 @@
 All notable changes to this project will be documented in this file.
 `Alamofire` adheres to [Semantic Versioning](http://semver.org/).
 
-- `1.3.x` Releases - [1.3.0](#130)
+- `1.3.x` Releases - [1.3.0](#130) | [1.3.1](#131)
 - `1.2.x` Releases - [1.2.0](#120) | [1.2.1](#121) | [1.2.2](#122) | [1.2.3](#123)
 - `1.1.x` Releases - [1.1.0](#110) | [1.1.1](#111) | [1.1.2](#112) | [1.1.3](#113) | [1.1.4](#114) | [1.1.5](#115)
 - `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101)
 
 ---
 
+## [1.3.1](https://github.com/Alamofire/Alamofire/releases/tag/1.3.1)
+Released on 2015-08-10. All issues associated with this milestone can be found using this 
+[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A1.3.1).
+
+#### Fixed
+- Issue where a completed task was not released by the `SessionDelegate` if the
+task override closure was set.
+  - Fixed by [Christian Noon](https://github.com/cnoon) in regards to Issue
+  [#622](https://github.com/Alamofire/Alamofire/issues/622).
+
 ## [1.3.0](https://github.com/Alamofire/Alamofire/releases/tag/1.3.0)
 Released on 2015-07-24. All issues associated with this milestone can be found using this 
 [filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A1.3.0).

+ 1 - 1
Source/Info.plist

@@ -15,7 +15,7 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>1.3.0</string>
+	<string>1.3.1</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>