From c388612f0aa3db02451a226cc6f6e91136e67913 Mon Sep 17 00:00:00 2001 From: Sam Dean Date: Sun, 10 Sep 2017 09:15:21 +0100 Subject: [PATCH] Up version to 2.0.1 --- Alamofire-Decodable.podspec | 2 +- CHANGELOG.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Alamofire-Decodable.podspec b/Alamofire-Decodable.podspec index 63d3bf9..234da25 100644 --- a/Alamofire-Decodable.podspec +++ b/Alamofire-Decodable.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Alamofire-Decodable' - s.version = '2.0.0' + s.version = '2.0.1' s.summary = 'A trivial method added to alamofire to automagically decode responses using Decodable' s.description = <<-DESC diff --git a/CHANGELOG.md b/CHANGELOG.md index d0e16e1..e578370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ### Unreleased +# 2.0.1 +- Support for compiling in xcode9 (ambiguous Decodable protocol) - thanks @kerrmarin + # 2.0.0 - Migrate to Swift 3 - Update Alamofire to version 4.0