Skip to content

Commit

Permalink
chore: Release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Nov 18, 2017
1 parent 148257b commit 2f755d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Mockingjay Changelog

## 2.0.1

### Enhancements

- You can now specify a delay option to a stub to simulate network delays.
- Adds support for building Mockingjay with Swift 4.

## 2.0.0 (2016-10-07)

### Breaking
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 = '2.0.0'
spec.version = '2.0.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' }
Expand Down

0 comments on commit 2f755d4

Please sign in to comment.