From 185acb9c7609f023a02528892f870b600133bab2 Mon Sep 17 00:00:00 2001 From: morimoto-cybozu Date: Wed, 13 Nov 2024 02:05:51 +0000 Subject: [PATCH] Bump version to 1.6.9 --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57dea2b..cadf4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.6.9] - 2024-11-13 + ### Changed - Update dependencies in [#73](https://github.com/cybozu-go/etcdutil/pull/73) @@ -142,7 +144,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.8...HEAD +[Unreleased]: https://github.com/cybozu-go/etcdutil/compare/v1.6.9...HEAD +[1.6.9]: https://github.com/cybozu-go/etcdutil/compare/v1.6.8...v1.6.9 [1.6.8]: https://github.com/cybozu-go/etcdutil/compare/v1.6.7...v1.6.8 [1.6.7]: https://github.com/cybozu-go/etcdutil/compare/v1.6.6...v1.6.7 [1.6.6]: https://github.com/cybozu-go/etcdutil/compare/v1.6.5...v1.6.6