Skip to content

Commit

Permalink
feat(version): bump to v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Oct 29, 2018
1 parent 65dac6c commit 150f03e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## v1.0.11 / 2018-10-29

* Do not reset response body (#40)
* refactor(travis): remove unsupported versions for golint based on Go release policy support
* feat(gock): add gock.Observe to support inspection of the outgoing intercepted HTTP traffic (#38)

## v1.0.10 / 2018-09-09

* Support multiple response headers with same name #35 (#36)
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gock

// Version defines the current package semantic version.
const Version = "1.0.10"
const Version = "1.0.11"

0 comments on commit 150f03e

Please sign in to comment.