diff --git a/Alamofire.podspec b/Alamofire.podspec index 414c2f5ee50a9fb45427e68c0b2e254556a75a90..d5f6b878f224b2e4669209a28a0438f7680e18b4 100644 --- a/Alamofire.podspec +++ b/Alamofire.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alamofire' - s.version = '3.0.0-beta.3' + s.version = '3.0.0' 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 a885d6e47fa7ab07b9463eee30abadccc6f950b5..74ad63605cc7ed5bfc44757b9ae5a85d641a7797 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `Alamofire` adheres to [Semantic Versioning](http://semver.org/). #### 3.x Releases +- `3.0.x` Releases - [3.0.0](#300) - `3.0.0` Betas - [3.0.0-beta.1](#300-beta1) | [3.0.0-beta.2](#300-beta2) | [3.0.0-beta.3](#300-beta3) #### 2.x Releases @@ -17,6 +18,36 @@ All notable changes to this project will be documented in this file. --- +## [3.0.0](https://github.com/Alamofire/Alamofire/releases/tag/3.0.0) +Released on 2015-10-10. All issues associated with this milestone can be found using this +[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A3.0.0). + +#### Added +- Added `BITCODE_GENERATION_MODE` user defined setting for Carthage. + - Added by [Christian Noon](https://github.com/cnoon) in regards to Issue + [#835](https://github.com/Alamofire/Alamofire/issues/835). + +#### Updated +- `Downloading a File` code sample in the README to compile against Swift 2.0. + - Updated by [Screon](https://github.com/Screon) in Pull Request + [#827](https://github.com/Alamofire/Alamofire/pull/827). +- Download code samples in the README to use `response` serializer. + - Updated by [Christian Noon](https://github.com/cnoon). +- CocoaPods and Carthage installation instructions for 3.0. + - Updated by [Christian Noon](https://github.com/cnoon). +- Carthage description and installation instructions in the README. + - Updated by [Ashton Williams](https://github.com/Ashton-W) in Pull Request + [#843](https://github.com/Alamofire/Alamofire/pull/843). +- URL encoding internals to leverage the dictionary keys lazy evaluation. + - Updated by [Christian Noon](https://github.com/cnoon). + +#### Fixed +- Small typo in the Alamofire 3.0 Migration Guide `Response` section. + - Fixed by [neugartf](https://github.com/neugartf) in Pull Request + [#826](https://github.com/Alamofire/Alamofire/pull/826). + +--- + ## [3.0.0-beta.3](https://github.com/Alamofire/Alamofire/releases/tag/3.0.0-beta.3) Released on 2015-09-27. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A3.0.0-beta.3). diff --git a/Source/Info.plist b/Source/Info.plist index 9be7cb3bb8cb9710e694e1283f54e1edf9cf551f..e0f4bf770763a0247997a9287a50f221036e5263 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.0-beta.3 + 3.0.0 CFBundleSignature ???? CFBundleVersion