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

Commit cafa193

Browse files
committed
Preparing for the 3.0.0 release
1 parent 542a876 commit cafa193

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,29 @@
22
All notable changes to this project will be documented in this file.
33
`AFNetworking` adheres to [Semantic Versioning](http://semver.org/).
44

5-
---
5+
---
6+
7+
## [3.0.0](https://github.com/AFNetworking/AFOAuth2Manager/releases/tag/3.0.0) (04/15/2016)
8+
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).
9+
10+
#### Added
11+
* Added Travis Support for CI
12+
* Implemented by kcharwood in [#124](https://github.com/AFNetworking/AFOAuth2Manager/issues/124).
13+
* Added Carthage support
14+
* Implemented by kcharwood in [#123](https://github.com/AFNetworking/AFOAuth2Manager/issues/123).
15+
* Added tvOS support
16+
* Implemented by kcharwood in [#120](https://github.com/AFNetworking/AFOAuth2Manager/issues/120).
17+
* Added watchOS support
18+
* Implemented by kcharwood in [#119](https://github.com/AFNetworking/AFOAuth2Manager/issues/119).
19+
20+
#### Changed
21+
* Changed `AFOAuth2Manager` to inherit from `AFHTTPSessionManager` to support AFNetworking 3.0
22+
* Implemented by kcharwood in [#122](https://github.com/AFNetworking/AFOAuth2Manager/issues/122).
23+
24+
#### Removed
25+
* Removed support for AFNetworking 2.x
26+
* Implemented by kcharwood in [#121](https://github.com/AFNetworking/AFOAuth2Manager/issues/121).
27+
628

729
## [2.2.1](https://github.com/AFNetworking/AFOAuth2Manager/releases/tag/2.2.1) (2015-10-28)
830
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).

Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
2+
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
33
<plist version="1.0">
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
@@ -19,7 +19,7 @@
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>
22-
<string>$(CURRENT_PROJECT_VERSION)</string>
22+
<string>3.0.0</string>
2323
<key>NSPrincipalClass</key>
2424
<string></string>
2525
</dict>

0 commit comments

Comments
 (0)