Skip to content

Commit cf8127a

Browse files
committed
Updated the CHANGELOG and bumped the version to 1.3.1.
1 parent cbd7870 commit cf8127a

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

Alamofire.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'Alamofire'
3-
s.version = '1.3.0'
3+
s.version = '1.3.1'
44
s.license = 'MIT'
55
s.summary = 'Elegant HTTP Networking in Swift'
66
s.homepage = 'https://github.com/Alamofire/Alamofire'
77
s.social_media_url = 'http://twitter.com/AlamofireSF'
8-
s.authors = { 'Mattt Thompson' => '[email protected]' }
8+
s.authors = { 'Alamofire Software Foundation' => '[email protected]' }
99
s.source = { :git => 'https://github.com/Alamofire/Alamofire.git', :tag => s.version }
1010

1111
s.ios.deployment_target = '8.0'

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,23 @@
22
All notable changes to this project will be documented in this file.
33
`Alamofire` adheres to [Semantic Versioning](http://semver.org/).
44

5-
- `1.3.x` Releases - [1.3.0](#130)
5+
- `1.3.x` Releases - [1.3.0](#130) | [1.3.1](#131)
66
- `1.2.x` Releases - [1.2.0](#120) | [1.2.1](#121) | [1.2.2](#122) | [1.2.3](#123)
77
- `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)
88
- `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101)
99

1010
---
1111

12+
## [1.3.1](https://github.com/Alamofire/Alamofire/releases/tag/1.3.1)
13+
Released on 2015-08-10. All issues associated with this milestone can be found using this
14+
[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A1.3.1).
15+
16+
#### Fixed
17+
- Issue where a completed task was not released by the `SessionDelegate` if the
18+
task override closure was set.
19+
- Fixed by [Christian Noon](https://github.com/cnoon) in regards to Issue
20+
[#622](https://github.com/Alamofire/Alamofire/issues/622).
21+
1222
## [1.3.0](https://github.com/Alamofire/Alamofire/releases/tag/1.3.0)
1323
Released on 2015-07-24. All issues associated with this milestone can be found using this
1424
[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A1.3.0).

Source/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.3.0</string>
18+
<string>1.3.1</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)