From 33eb60dc6499c04ceabcbb0b52f2b517c4c07f17 Mon Sep 17 00:00:00 2001 From: Masayuki Ishii Date: Tue, 19 Dec 2023 04:21:01 +0000 Subject: [PATCH] Bump version to 1.4.5 --- CHANGELOG.md | 8 +++++++- version.go | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c379a0e..cae4501 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.5] - 2023-12-19 + +### Changed +- Update dependencies in [#79](https://github.com/cybozu-go/etcdpasswd/pull/79) + ## [1.4.4] - 2023-11-27 ### Changed @@ -116,7 +121,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.4...HEAD +[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.5...HEAD +[1.4.4]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.4...v1.4.5 [1.4.4]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.3...v1.4.4 [1.4.3]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.2...v1.4.3 [1.4.2]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.1...v1.4.2 diff --git a/version.go b/version.go index 55fc896..b63ad6e 100644 --- a/version.go +++ b/version.go @@ -2,5 +2,5 @@ package etcdpasswd const ( // Version of etcdpasswd - Version = "1.4.4" + Version = "1.4.5" )