Skip to content

Commit 1baf36a

Browse files
committed
feat(version): bump
1 parent 8d3a558 commit 1baf36a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

History.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
- fix(#7): if error configured, RoundTripper should reply with `nil` response.
44

5-
## 0.1.5 / 19-04-2016
5+
## 0.1.5 / 09-04-2016
66

7-
- fix(#7): if error configured, RoundTripper should reply with `nil` response.
7+
- feat(#5): support `ReplyFunc` for convenience.
88

99
## 0.1.4 / 16-03-2016
1010

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
package gock
22

33
// Version defines the current package semantic version.
4-
const Version = "0.1.5"
4+
const Version = "0.1.6"

0 commit comments

Comments
 (0)