diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9c594..c379a0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.4] - 2023-11-27 + +### Changed +- Update dependencies in [#77](https://github.com/cybozu-go/etcdpasswd/pull/77) + - Update etcd to v3.5.10 + ## [1.4.3] - 2023-07-28 ### Fixed @@ -110,7 +116,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.3...HEAD +[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.4...HEAD +[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 [1.4.1]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.0...v1.4.1 diff --git a/version.go b/version.go index 659157a..55fc896 100644 --- a/version.go +++ b/version.go @@ -2,5 +2,5 @@ package etcdpasswd const ( // Version of etcdpasswd - Version = "1.4.3" + Version = "1.4.4" )