Skip to content

Commit

Permalink
feat: bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jul 3, 2019
1 parent cae7bb8 commit 3ffff9b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

## v1.0.15 / 2019-07-03

* NewMatcher() will now return objects that completely separate one another. (#55)
* add request Options (#49)
* fix typo: function -> func (#52)
* feat(docs): change note
* feat(docs): add net/http support
* Add Basic Auth (#47)
* Update LICENSE (#46)

## v1.0.14 / 2019-01-31

* feat(version): bump to v1.0.14
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.14"
const Version = "1.0.15"

0 comments on commit 3ffff9b

Please sign in to comment.