Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Oct 7, 2016
1 parent 75c3b36 commit 8051bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
.Success(response, .StreamContent(data, inChunksOf: 1024))
```

## 1.3.1 (2016-10-07)

This release fixes a packaging problem in 1.3.0 where the CocoaPod's podspec
for Mockingjay did not contain all the sources.

## 1.3.0 (2016-09-28)

This release adds support for Swift 2.3.
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 = '1.3.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 8051bbe

Please sign in to comment.