From fb09810d6330966af5a7e53334aa8cb504b8a244 Mon Sep 17 00:00:00 2001 From: "fahmi.irfan" Date: Mon, 12 Oct 2020 14:51:28 +0700 Subject: [PATCH 1/2] misc: fix typo in deployment message --- deployment/deployment.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/deployment.go b/deployment/deployment.go index 0bb12b6..e8c35c8 100644 --- a/deployment/deployment.go +++ b/deployment/deployment.go @@ -52,7 +52,7 @@ func (d *deployment) Run(target string) { } tagTime := CreateTagTime() tag := target + "-" + tagTime - fmt.Println("Releasing verion to |", target, "|") + fmt.Println("Releasing version to |", target, "|") fmt.Println("Version " + tag) fmt.Println("Please Input Tag Description: ") desc, _ := reader.ReadString('\n') From 2286600d19cf3da4ded739b6a1c6afe009b8030a Mon Sep 17 00:00:00 2001 From: "fahmi.irfan" Date: Mon, 12 Oct 2020 14:52:26 +0700 Subject: [PATCH 2/2] bump: changelog --- CHANGELOG.md | 13 ++++++++++--- config/version.go | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4d936b..ae719ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,13 @@ #Fer + +## [v1.8.1] - 2020-10-12 +### Other Improvements +- fix typo in deployment message + + -## [v1.8.0] - 2020-09-04 +## [v1.8.0] - 2020-09-09 ### New Features - update gocek checker result path @@ -9,7 +15,7 @@ ## [v1.7.2] - 2020-08-04 ### Fixes -- wrong version +- version fix ([#22](https://github.com/kumparan/fer/issues/22)) @@ -123,7 +129,8 @@ - db migrationfile generator ([#3](https://github.com/kumparan/fer/issues/3)) -[Unreleased]: https://github.com/kumparan/fer/compare/v1.8.0...HEAD +[Unreleased]: https://github.com/kumparan/fer/compare/v1.8.1...HEAD +[v1.8.1]: https://github.com/kumparan/fer/compare/v1.8.0...v1.8.1 [v1.8.0]: https://github.com/kumparan/fer/compare/v1.7.2...v1.8.0 [v1.7.2]: https://github.com/kumparan/fer/compare/v1.7.1...v1.7.2 [v1.7.1]: https://github.com/kumparan/fer/compare/v1.7.0...v1.7.1 diff --git a/config/version.go b/config/version.go index 77d23e8..d48a33c 100644 --- a/config/version.go +++ b/config/version.go @@ -1,4 +1,4 @@ package config // Version define version of fer -const Version = "v1.8.0" +const Version = "v1.8.1"