We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d29a7c6 commit daff23eCopy full SHA for daff23e
CHANGELOG.md
@@ -1,5 +1,7 @@
1
# Mockingjay Changelog
2
-## Master
+
3
+## 2.0.0 (2016-10-07)
4
5
### Breaking
6
7
- Responses now use a `Download` enum instead of an optional `NSData`. This
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' }
0 commit comments