Skip to content

Commit 150f03e

Browse files
committed
feat(version): bump to v1.0.11
1 parent 65dac6c commit 150f03e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

History.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11

2+
## v1.0.11 / 2018-10-29
3+
4+
* Do not reset response body (#40)
5+
* refactor(travis): remove unsupported versions for golint based on Go release policy support
6+
* feat(gock): add gock.Observe to support inspection of the outgoing intercepted HTTP traffic (#38)
7+
28
## v1.0.10 / 2018-09-09
39

410
* Support multiple response headers with same name #35 (#36)

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 = "1.0.10"
4+
const Version = "1.0.11"

0 commit comments

Comments
 (0)