Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
Closes #55
  • Loading branch information
kylef committed Nov 14, 2016
1 parent d29a7c6 commit daff23e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Mockingjay Changelog
## Master

## 2.0.0 (2016-10-07)

### Breaking

- Responses now use a `Download` enum instead of an optional `NSData`. This
Expand Down
2 changes: 1 addition & 1 deletion Mockingjay.podspec
Original file line number Diff line number Diff line change
@@ -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' }
Expand Down

0 comments on commit daff23e

Please sign in to comment.