diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d64b5a..00c5878 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [v0.1.2](https://github.com/aktsk/nolmandy/compare/v0.1.1...v0.1.2) (2018-08-27) + +* Modify how to return server response [#22](https://github.com/aktsk/nolmandy/pull/22) ([mizzy](https://github.com/mizzy)) +* Add go 1.11.x for testing on travis [#21](https://github.com/aktsk/nolmandy/pull/21) ([mizzy](https://github.com/mizzy)) +* Fix how to build binaries [#20](https://github.com/aktsk/nolmandy/pull/20) ([mizzy](https://github.com/mizzy)) +* Remove code duplication [#18](https://github.com/aktsk/nolmandy/pull/18) ([mizzy](https://github.com/mizzy)) +* Disable vgo vet temporary [#19](https://github.com/aktsk/nolmandy/pull/19) ([mizzy](https://github.com/mizzy)) + ## [v0.1.1](https://github.com/aktsk/nolmandy/compare/v0.1.0...v0.1.1) (2018-04-23) * Enable to bump version easily [#17](https://github.com/aktsk/nolmandy/pull/17) ([mizzy](https://github.com/mizzy)) -* Show version string with nolmandy and nolmandy-server command [#16](https://github.com/aktsk/nolmandy/pull/16) ([mizzy](https://github.com/mizzy)) \ No newline at end of file +* Show version string with nolmandy and nolmandy-server command [#16](https://github.com/aktsk/nolmandy/pull/16) ([mizzy](https://github.com/mizzy)) diff --git a/version/version.go b/version/version.go index 2581ee3..3d1441d 100644 --- a/version/version.go +++ b/version/version.go @@ -1,6 +1,6 @@ package version -const version = "0.1.1" +const version = "0.1.2" func Get() string { return version