Skip to content

Commit

Permalink
feat(version): bump to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Sep 14, 2017
1 parent 492d745 commit ba732ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@

v2.0.1 / 2017-09-14
===================

* fix(#35): do not stop on parent middleware layer in error phase
* fix(travis): gentleman requires Go 1.7+
* fix(examples): formatting issue
* fix(examples): formatting issue
* Merge branch 'master' of https://github.com/h2non/gentleman
* feat(#33): add error handling example
* refactor(docs): split community based plugins
* Merge pull request #34 from izumin5210/logger
* Add link for gentleman-logger
* Merge pull request #31 from djui/patch-1
* Fix typo
* feat(docs): add gock reference

v2.0.0 / 2017-07-26
===================

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 gentleman

// Version defines the package semantic version
const Version = "2.0.0"
const Version = "2.0.1"

0 comments on commit ba732ab

Please sign in to comment.