diff --git a/CHANGELOG.md b/CHANGELOG.md index 3099402..a4c478c 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.7] - 2023-08-21 + +### Fixes + +- fix(deps): Update qingstor lib to fix listDir behavior (#392) + ## [2.4.6] - 2023-07-18 ### Added @@ -550,6 +556,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Hello, qsctl. +[2.4.7]: https://github.com/qingstor/qsctl/compare/v2.4.6...v2.4.7 [2.4.6]: https://github.com/qingstor/qsctl/compare/v2.4.5...v2.4.6 [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 diff --git a/constants/version.go b/constants/version.go index 3cca792..6b86756 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.6" +const Version = "2.4.7" diff --git a/nfpm.yaml b/nfpm.yaml index e64a49b..ffa3873 100644 --- a/nfpm.yaml +++ b/nfpm.yaml @@ -2,7 +2,7 @@ name: "qsctl" arch: "amd64" platform: "linux" -version: "2.4.6" +version: "2.4.7" section: "default" priority: "extra" maintainer: "QingStor "