diff --git a/Alamofire.podspec b/Alamofire.podspec index b3bec290d41de3ab5edd0033617e08b8b20057d3..426e02be8dce237b50b5a2a3badc67a708f91409 100644 --- a/Alamofire.podspec +++ b/Alamofire.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Alamofire' - s.version = '3.0.1' + s.version = '3.1.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 876af735a1a0bfe5eaf5dec7221292263eec1788..ac8a913879147e7332c06ce06c3c8d71dd137954 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.1.x` Releases - [3.1.0](#310) - `3.0.x` Releases - [3.0.0](#300) | [3.0.1](#301) - `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) @@ -18,6 +19,32 @@ All notable changes to this project will be documented in this file. --- +## [3.1.0](https://github.com/Alamofire/Alamofire/releases/tag/3.1.0) +Released on 2015-10-22. All issues associated with this milestone can be found using this +[filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A3.1.0). + +#### Added +- New tvOS framework and test targets to the project. + - Added by [Bob Scarano](https://github.com/bscarano) in Pull Request + [#767](https://github.com/Alamofire/Alamofire/pull/767). +- The tvOS deployment target to the podspec. + - Added by [Christian Noon](https://github.com/cnoon). +- The `BITCODE_GENERATION_MODE` user defined setting to tvOS framework target. + - Added by [Christian Noon](https://github.com/cnoon). + +#### Updated +- The README to include tvOS and bumped the required version of Xcode. + - Updated by [Christian Noon](https://github.com/cnoon). +- The default tvOS and watchOS deployment targets in the Xcode project. + - Updated by [Christian Noon](https://github.com/cnoon). +- The `APPLICATION_EXTENSION_API_ONLY` enabled flag to `YES` in the tvOS framework target. + - Updated by [James Barrow](https://github.com/Baza207) in Pull Request + [#771](https://github.com/Alamofire/Alamofire/pull/771). +- The Travis-CI yaml file to run watchOS and tvOS builds and tests on xcode7.1 osx_image. + - Updated by [Christian Noon](https://github.com/cnoon). + +--- + ## [3.0.1](https://github.com/Alamofire/Alamofire/releases/tag/3.0.1) Released on 2015-10-19. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/Alamofire/issues?utf8=✓&q=milestone%3A3.0.1). diff --git a/Source/Info.plist b/Source/Info.plist index dc2b99a3b47af04b9896d606cdf0ce0d535afb40..543e5f92d7132896ed02eacec2b347cabce01995 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 3.0.1 + 3.1.0 CFBundleSignature ???? CFBundleVersion