From c4196d96b7e848397b3496f54fe1fc55c6167b5b Mon Sep 17 00:00:00 2001 From: abyss-w Date: Tue, 19 Apr 2022 14:36:45 +0800 Subject: [PATCH] Bump to version 2.4.5 --- CHANGELOG.md | 7 +++++++ constants/version.go | 2 +- nfpm.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb7f1a..fa6630c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [2.4.5] - 2022-04-19 + +### Changed + +- ci: Update go to recent two versions (#379) + ## [2.4.4] - 2022-01-06 ### Fixed @@ -537,6 +543,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Hello, qsctl. +[2.4.5]: https://github.com/qingstor/qsctl/compare/v2.4.4...v2.4.5 [2.4.4]: https://github.com/qingstor/qsctl/compare/v2.4.3...v2.4.4 [2.4.3]: https://github.com/qingstor/qsctl/compare/v2.4.2...v2.4.3 [2.4.2]: https://github.com/qingstor/qsctl/compare/v2.4.1...v2.4.2 diff --git a/constants/version.go b/constants/version.go index becb17e..8b2f730 100644 --- a/constants/version.go +++ b/constants/version.go @@ -1,4 +1,4 @@ package constants // Version is the version for qsctl -const Version = "2.4.4" +const Version = "2.4.5" diff --git a/nfpm.yaml b/nfpm.yaml index 6da6319..86ab03b 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -2,7 +2,7 @@ name: "qsctl" arch: "amd64" platform: "linux" -version: "2.4.4" +version: "2.4.5" section: "default" priority: "extra" maintainer: "QingStor "