Skip to content

Commit

Permalink
Updated the release notes and bumped the version to 2.0.0-beta.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Aug 26, 2015
1 parent 6c0dc2f commit 0fd77fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Alamofire.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Alamofire'
s.version = '2.0.0-beta.2'
s.version = '2.0.0-beta.3'
s.license = 'MIT'
s.summary = 'Elegant HTTP Networking in Swift'
s.homepage = 'https://github.com/Alamofire/Alamofire'
Expand Down
14 changes: 9 additions & 5 deletions CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.

#### 2.x Releases

- `2.0.x` Releases - [2.0.0-beta.1](#200-beta1) | [2.0.0-beta.2](#200-beta2)
- `2.0.x` Releases - [2.0.0-beta.1](#200-beta1) | [2.0.0-beta.2](#200-beta2) | [2.0.0-beta.3](#200-beta3)

#### 1.x Releases

Expand All @@ -15,12 +15,19 @@ All notable changes to this project will be documented in this file.

---

## [2.0.0-beta.3](https://github.com/Alamofire/Alamofire/releases/tag/2.0.0-beta.3)
Released on 2015-08-25.

#### Removed
- The override for `NSMutableURLRequest` for the `URLRequestConvertible` protocol
conformance that could cause unwanted URL request referencing.
- Removed by [Christian Noon](https://github.com/cnoon).

## [2.0.0-beta.2](https://github.com/Alamofire/Alamofire/releases/tag/2.0.0-beta.2)
Released on 2015-08-24. All issues associated with this milestone can be found using this
[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A2.0.0-beta.2).

#### Added

- Host and certificate chain validation section to the README.
- Added by [Christian Noon](https://github.com/cnoon).
- Tests verifying configuration headers are sent with all configuration types.
Expand All @@ -32,7 +39,6 @@ Released on 2015-08-24. All issues associated with this milestone can be found u
- Added by [Christian Noon](https://github.com/cnoon).

#### Updated

- The README to note that CocoaPods 0.38.2 is required.
- Updated by [Christian Noon](https://github.com/cnoon) in regards to Issue
[#682](https://github.com/Alamofire/Alamofire/issues/682).
Expand Down Expand Up @@ -60,13 +66,11 @@ added docstrings.
[#707](https://github.com/Alamofire/Alamofire/pull/707).

#### Removed

- The `required` declaration on the `Manager` init method.
- Removed by [Christian Noon](https://github.com/cnoon) in regards to Issue
[#672](https://github.com/Alamofire/Alamofire/issues/672).

#### Fixed

- Issue where the `TaskDelegate` operation queue would leak if the task was
never started.
- Fixed by [Christian Noon](https://github.com/cnoon).
Expand Down
2 changes: 1 addition & 1 deletion Source/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>2.0.0-beta.2</string>
<string>2.0.0-beta.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit 0fd77fe

Please sign in to comment.