From 86ecc120506d124a28c1582dc81179cc4dd979e2 Mon Sep 17 00:00:00 2001 From: Kevin Harwood Date: Wed, 16 Dec 2015 13:49:48 -0600 Subject: [PATCH] Preparing for the 3.0.3 release --- AFNetworking.podspec | 2 +- CHANGELOG.md | 12 ++++++++++++ Framework/Info.plist | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index d31393354c..42a183bae9 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AFNetworking' - s.version = '3.0.2' + s.version = '3.0.3' s.license = 'MIT' s.summary = 'A delightful iOS and OS X networking framework.' s.homepage = 'https://github.com/AFNetworking/AFNetworking' diff --git a/CHANGELOG.md b/CHANGELOG.md index 900802ca78..a699716674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. --- +## [3.0.3](https://github.com/AFNetworking/AFNetworking/releases/tag/3.0.3) (12/16/2015) +Released on Wednesday, December 16, 2015. All issues associated with this milestone can be found using this [filter](https://github.com/AFNetworking/AFNetworking/issues?q=milestone%3A3.0.3+is%3Aclosed). + +#### Added +* Added tests for response serializers to increase test coverage + * Implemented by Kevin Harwood in [#3233](https://github.com/AFNetworking/AFNetworking/pull/3233). + +#### Fixed +* Fixed `AFImageResponseSerializer` serialization macros on watchOS and tvOS + * Implemented by Charles Joseph in [#3229](https://github.com/AFNetworking/AFNetworking/pull/3229). + + ## [3.0.2](https://github.com/AFNetworking/AFNetworking/releases/tag/3.0.2) (12/14/2015) Released on Monday, December 14, 2015. All issues associated with this milestone can be found using this [filter](https://github.com/AFNetworking/AFNetworking/issues?q=milestone%3A3.0.2+is%3Aclosed). diff --git a/Framework/Info.plist b/Framework/Info.plist index b49230f53b..b441d64784 100644 --- a/Framework/Info.plist +++ b/Framework/Info.plist @@ -19,7 +19,7 @@ CFBundleSignature ???? CFBundleVersion - 3.0.2 + 3.0.3 NSPrincipalClass