Skip to content

Commit

Permalink
feat(version): bump to v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Mar 17, 2017
1 parent b306884 commit f7808eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

v1.0.3 / 2017-03-17
===================

* fix(#23): persist context data across body updates
* fix(lint): use proper code style
* fix(test): several lint issues
* fix(#22): adds support for multipart multiple form values. This introduces a minor interface breaking change
* feat(travis): add Go 1.8 CI support

v1.0.2 / 2017-02-22
===================

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 = "1.0.2"
const Version = "1.0.3"

0 comments on commit f7808eb

Please sign in to comment.