From daff23e421abdf2a9f12f7fe6a16423ca534c11f Mon Sep 17 00:00:00 2001 From: Kyle Fuller Date: Fri, 7 Oct 2016 22:52:49 +0100 Subject: [PATCH] Release 2.0.0 Closes #55 --- CHANGELOG.md | 4 +++- Mockingjay.podspec | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caffd8e..80ee6fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Mockingjay Changelog -## Master + +## 2.0.0 (2016-10-07) + ### Breaking - Responses now use a `Download` enum instead of an optional `NSData`. This diff --git a/Mockingjay.podspec b/Mockingjay.podspec index f0859f3..422f410 100644 --- a/Mockingjay.podspec +++ b/Mockingjay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Mockingjay' - spec.version = '1.3.0' + spec.version = '2.0.0' spec.summary = 'An elegant library for stubbing HTTP requests with ease in Swift.' spec.homepage = 'https://github.com/kylef/Mockingjay' spec.license = { :type => 'BSD', :file => 'LICENSE' }