From 0fcb45c9c2cc146bcdbe247881ceabb440cd866c Mon Sep 17 00:00:00 2001 From: y_uuki Date: Fri, 10 Apr 2020 14:18:36 +0900 Subject: [PATCH] Bump version 0.5.1 --- CHANGELOG.md | 6 ++++++ version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c46d6b80..87e7a83d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [v0.5.1](https://github.com/yuuki/shawk/compare/v0.5.0...v0.5.1) (2020-04-10) + +* Bump Go version 1.14.2 [#35](https://github.com/yuuki/shawk/pull/35) ([yuuki](https://github.com/yuuki)) +* Update golang Docker tag to v1.14.2 [#29](https://github.com/yuuki/shawk/pull/29) ([renovate[bot]](https://github.com/apps/renovate)) +* Configure Renovate [#26](https://github.com/yuuki/shawk/pull/26) ([renovate[bot]](https://github.com/apps/renovate)) + ## [v0.5.0](https://github.com/yuuki/shawk/compare/v0.4.0...v0.5.0) (2020-04-07) * Setup linux development environment on vagrant [#25](https://github.com/yuuki/shawk/pull/25) ([yuuki](https://github.com/yuuki)) diff --git a/version/version.go b/version/version.go index ba3fc3fe..e127434b 100644 --- a/version/version.go +++ b/version/version.go @@ -9,7 +9,7 @@ import ( const name = "shawk" // version is application version. -const version = "0.5.0" +const version = "0.5.1" // commit describes latest git commit hash. // This is automatically extracted by git describe --always.