diff --git a/CHANGELOG.md b/CHANGELOG.md index cd74430..429b6ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Mockingjay Changelog -## Master +## 1.2.1 (2016-05-10) This release fixes a packaging problem in 1.2.0 where the CocoaPod's podspec for Mockingjay did not contain all the sources. diff --git a/Mockingjay.podspec b/Mockingjay.podspec index 802f40e..112df73 100644 --- a/Mockingjay.podspec +++ b/Mockingjay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = 'Mockingjay' - spec.version = '1.2.0' + spec.version = '1.2.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' }