Skip to content

Commit

Permalink
feat(version): bump to v1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Oct 30, 2017
1 parent affd0a4 commit 1a5477a
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.16 / 2017-10-30

* fix(travis): use install directive
* Merge branch 'master' of https://github.com/h2non/bimg
* feat: add Gopkg manifests, move fixtures to testdata, add vendor dependencies
* Merge pull request #202 from openskydoor/openskydoor/fix-build-tag
* fix build tag
* fix(#199): presinstall.sh tarball download URL

## v1.0.15 / 2017-10-05

* Merge pull request #198 from greut/webpload
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 bimg

// Version represents the current package semantic version.
const Version = "1.0.15"
const Version = "1.0.16"

0 comments on commit 1a5477a

Please sign in to comment.