From 0ca6690b5340fcf7f029ccce3e36aa3a1ff5092e Mon Sep 17 00:00:00 2001 From: morimoto-cybozu Date: Thu, 27 Jul 2023 08:54:56 +0000 Subject: [PATCH] Bump version to 1.4.3 --- CHANGELOG.md | 9 ++++++++- version.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75fec67..7b9c594 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.4.3] - 2023-07-28 + +### Fixed + +- Fix to check error of watch response in [#74](https://github.com/cybozu-go/etcdpasswd/pull/74) + ## [1.4.2] - 2023-02-24 ### Changed @@ -104,7 +110,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.2...HEAD +[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.3...HEAD +[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 [1.4.0]: https://github.com/cybozu-go/etcdpasswd/compare/v1.3.0...v1.4.0 diff --git a/version.go b/version.go index ab0333e..659157a 100644 --- a/version.go +++ b/version.go @@ -2,5 +2,5 @@ package etcdpasswd const ( // Version of etcdpasswd - Version = "1.4.2" + Version = "1.4.3" )