From 46eb397a9d8d3e824fd80ad8dcc9314af6e2e4f9 Mon Sep 17 00:00:00 2001 From: morimoto-cybozu Date: Tue, 23 Aug 2022 08:29:48 +0000 Subject: [PATCH] Bump version to 1.6.1 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 106ca5a..df5c78e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.6.1] - 2022-08-23 + +### Changed - Update dependencies (#48) - Update etcd to v3.5.4 - Update Golang to 1.18 @@ -85,7 +88,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). This is the first release. -[Unreleased]: https://github.com/cybozu-go/etcdutil/compare/v1.6.0...HEAD +[Unreleased]: https://github.com/cybozu-go/etcdutil/compare/v1.6.1...HEAD +[1.6.1]: https://github.com/cybozu-go/etcdutil/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/cybozu-go/etcdutil/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/cybozu-go/etcdutil/compare/v1.4.1...v1.5.0 [1.4.1]: https://github.com/cybozu-go/etcdutil/compare/v1.4.0...v1.4.1