From cafa193c4270ead808d976a28285e0bf887dcae0 Mon Sep 17 00:00:00 2001 From: Kevin Harwood Date: Fri, 15 Apr 2016 13:24:45 -0500 Subject: [PATCH] Preparing for the 3.0.0 release --- CHANGELOG.md | 24 +++++++++++++++++++++++- Resources/Info.plist | 4 ++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82c513b7..7493ff77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,29 @@ All notable changes to this project will be documented in this file. `AFNetworking` adheres to [Semantic Versioning](http://semver.org/). ---- +--- + +## [3.0.0](https://github.com/AFNetworking/AFOAuth2Manager/releases/tag/3.0.0) (04/15/2016) +Released on Friday, April 15, 2016. All issues associated with this milestone can be found using this [filter](https://github.com/AFNetworking/AFOAuth2Manager/issues?q=milestone%3A3.0.0+is%3Aclosed). + +#### Added +* Added Travis Support for CI + * Implemented by kcharwood in [#124](https://github.com/AFNetworking/AFOAuth2Manager/issues/124). +* Added Carthage support + * Implemented by kcharwood in [#123](https://github.com/AFNetworking/AFOAuth2Manager/issues/123). +* Added tvOS support + * Implemented by kcharwood in [#120](https://github.com/AFNetworking/AFOAuth2Manager/issues/120). +* Added watchOS support + * Implemented by kcharwood in [#119](https://github.com/AFNetworking/AFOAuth2Manager/issues/119). + +#### Changed +* Changed `AFOAuth2Manager` to inherit from `AFHTTPSessionManager` to support AFNetworking 3.0 + * Implemented by kcharwood in [#122](https://github.com/AFNetworking/AFOAuth2Manager/issues/122). + +#### Removed +* Removed support for AFNetworking 2.x + * Implemented by kcharwood in [#121](https://github.com/AFNetworking/AFOAuth2Manager/issues/121). + ## [2.2.1](https://github.com/AFNetworking/AFOAuth2Manager/releases/tag/2.2.1) (2015-10-28) Released on 2015-10-28. All issues associated with this milestone can be found using this [filter](https://github.com/AFNetworking/AFOAuth2Manager/milestones/2.2.1). diff --git a/Resources/Info.plist b/Resources/Info.plist index d3de8eef..d0de7a1c 100644 --- a/Resources/Info.plist +++ b/Resources/Info.plist @@ -1,5 +1,5 @@ - + CFBundleDevelopmentRegion @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - $(CURRENT_PROJECT_VERSION) + 3.0.0 NSPrincipalClass