Skip to content

Commit 0bdde6b

Browse files
committed
Release 1.3.0
1 parent 3c416cc commit 0bdde6b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@
2626
.Success(response, .StreamContent(data, inChunksOf: 1024))
2727
```
2828

29+
## 1.3.0 (2016-09-28)
30+
31+
This release adds support for Swift 2.3.
32+
2933

3034
## 1.2.1 (2016-05-10)
3135

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.2.1'
3+
spec.version = '1.3.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)