Skip to content

Commit

Permalink
feat(version): bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jul 28, 2017
1 parent 344b691 commit 776ad2f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

v1.0.2 / 2017-07-28
===================

* fix(#146): handle proper response code range for max allowed size
* Typos and minor language in help text (#144)
* Update README.md (#143)
* feat(History): add missing Docker changes
* fix(server_test): assert content type header is present
* fix(Docker): use proper SHA256 hash
* feat(Docker): upgrade Go to v1.8.3 and libvips to v8.5.6
* feat(changelog): update v1.0.1 changes
* feat(version): bump to v1.0.1
* feat(#140): expose Content-Length header

v1.0.1 / 2017-06-26
===================

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import "gopkg.in/h2non/bimg.v1"

// Version stores the current package semantic version
const Version = "1.0.1"
const Version = "1.0.2"

// Version represents the supported version
type Versions struct {
Expand Down

0 comments on commit 776ad2f

Please sign in to comment.