diff --git a/Alamofire.podspec b/Alamofire.podspec index 110d79dd0..f52da2fb5 100644 --- a/Alamofire.podspec +++ b/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' diff --git a/CHANGELOG.md b/CHANGELOG.md index fcdf69436..fe9efde7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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. @@ -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). @@ -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). diff --git a/Source/Info.plist b/Source/Info.plist index 746b673a0..1fb0afcfd 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.0.0-beta.2 + 2.0.0-beta.3 CFBundleSignature ???? CFBundleVersion