diff --git a/CHANGELOG.md b/CHANGELOG.md index 44ab40f..f3c6cdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,11 @@ .Success(response, .StreamContent(data, inChunksOf: 1024)) ``` +## 1.3.1 (2016-10-07) + +This release fixes a packaging problem in 1.3.0 where the CocoaPod's podspec +for Mockingjay did not contain all the sources. + ## 1.3.0 (2016-09-28) This release adds support for Swift 2.3. diff --git a/Mockingjay.podspec b/Mockingjay.podspec index fe857e9..b90da43 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 = '1.3.1' 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' }