Skip to content

Commit daff23e

Browse files
committed
Release 2.0.0
Closes kylef#55
1 parent d29a7c6 commit daff23e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Mockingjay Changelog
2-
## Master
2+
3+
## 2.0.0 (2016-10-07)
4+
35
### Breaking
46

57
- Responses now use a `Download` enum instead of an optional `NSData`. This

Mockingjay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Mockingjay'
3-
spec.version = '1.3.0'
3+
spec.version = '2.0.0'
44
spec.summary = 'An elegant library for stubbing HTTP requests with ease in Swift.'
55
spec.homepage = 'https://github.com/kylef/Mockingjay'
66
spec.license = { :type => 'BSD', :file => 'LICENSE' }

0 commit comments

Comments
 (0)