diff --git a/CHANGELOG.md b/CHANGELOG.md index 48ad19d..44ab40f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,10 @@ .Success(response, .StreamContent(data, inChunksOf: 1024)) ``` +## 1.3.0 (2016-09-28) + +This release adds support for Swift 2.3. + ## 1.2.1 (2016-05-10) diff --git a/Mockingjay.podspec b/Mockingjay.podspec index 112df73..8e2f6f5 100644 --- a/Mockingjay.podspec +++ b/Mockingjay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Mockingjay' - spec.version = '1.2.1' + spec.version = '1.3.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' }