From 8b67691e3f19b23c0386d2e6dddae79dfae686fc Mon Sep 17 00:00:00 2001 From: Masayuki Ishii Date: Mon, 18 Nov 2024 17:24:38 +0900 Subject: [PATCH] Bump version to 1.4.9 --- CHANGELOG.md | 5 ++++- version.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b37c54..c7bfd70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.9] - 2024-11-18 + ### Changed - Update dependencies in [#88](https://github.com/cybozu-go/etcdpasswd/pull/88) @@ -142,7 +144,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). [placemat]: https://github.com/cybozu-go/placemat [etcdutil]: https://github.com/cybozu-go/etcdutil -[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.8...HEAD +[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.9...HEAD +[1.4.9]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.8...v1.4.9 [1.4.8]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.7...v1.4.8 [1.4.7]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.6...v1.4.7 [1.4.6]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.5...v1.4.6 diff --git a/version.go b/version.go index 0e35973..b2e7a5e 100644 --- a/version.go +++ b/version.go @@ -2,5 +2,5 @@ package etcdpasswd const ( // Version of etcdpasswd - Version = "1.4.8" + Version = "1.4.9" )