Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Preparing for the 3.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Apr 15, 2016
1 parent 542a876 commit cafa193
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
4 changes: 2 additions & 2 deletions Resources/Info.plist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
Expand All @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>3.0.0</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down

0 comments on commit cafa193

Please sign in to comment.