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

Commit 9dfe990

Browse files
committed
Added a changelog
Updated podspec
1 parent 150e57f commit 9dfe990

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Xcode
55
#
66
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
7-
7+
.DS_Store
88
## Build generated
99
build/
1010
DerivedData

AFOAuth2Manager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AFOAuth2Manager'
3-
s.version = '2.2.0'
3+
s.version = '2.2.1'
44
s.license = 'MIT'
55
s.summary = 'AFNetworking Extension for OAuth 2 Authentication.'
66
s.homepage = 'https://github.com/AFNetworking/AFOAuth2Manager'

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
#Change Log
2+
All notable changes to this project will be documented in this file.
3+
`AFNetworking` adheres to [Semantic Versioning](http://semver.org/).
4+
5+
---
6+
7+
## [2.2.1](https://github.com/AFNetworking/AFOAuth2Manager/releases/tag/2.2.1) (2015-10-28)
8+
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).
9+
10+
####Fixed
11+
12+
* Fixed an issue that prevented `AFOAuth2Manager` from being used with CocoaPods when using `use_framework!`
13+
* Fixed by [juanuribeo13](https://github.com/juanuribeo13) in [#100](https://github.com/AFNetworking/AFOAuth2Manager/pull/100).
14+
* Fixed an issue debug information was being logged to the console.
15+
* Fixed by [Sven Münnich](https://github.com/svenmuennich) in [#99](https://github.com/AFNetworking/AFOAuth2Manager/pull/99).
16+
* Fixed an issue where tests would randomly fail due to mocked objects not being cleaned up.
17+
* Fixed by [Pritesh Shah](https://github.com/priteshshah1983) in [#96](https://github.com/AFNetworking/AFOAuth2Manager/pull/96).

0 commit comments

Comments
 (0)