Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 28, 2016
1 parent 3c416cc commit 0bdde6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
.Success(response, .StreamContent(data, inChunksOf: 1024))
```

## 1.3.0 (2016-09-28)

This release adds support for Swift 2.3.


## 1.2.1 (2016-05-10)

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.2.1'
spec.version = '1.3.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 0bdde6b

Please sign in to comment.