From 2264fe7395e770f6ee882e3563d7f7fcfd34906b Mon Sep 17 00:00:00 2001 From: YZ775 Date: Fri, 12 Jul 2024 07:07:20 +0000 Subject: [PATCH] Bump version to 2.4.6 Signed-off-by: YZ775 --- CHANGELOG.md | 5 ++++- v2/version.go | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df66eba..7123906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [2.4.6] - 2024-07-12 + - Update dependencies in [#200](https://github.com/cybozu-go/placemat/pull/200) ## [2.4.5] - 2024-04-04 @@ -263,7 +265,8 @@ See [upgrade_v2.md](docs/upgrade_v2.md) for more information. - Many things. See git log. -[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.4.5...HEAD +[Unreleased]: https://github.com/cybozu-go/placemat/compare/v2.4.6...HEAD +[2.4.6]: https://github.com/cybozu-go/placemat/compare/v2.4.5...v2.4.6 [2.4.5]: https://github.com/cybozu-go/placemat/compare/v2.4.4...v2.4.5 [2.4.4]: https://github.com/cybozu-go/placemat/compare/v2.4.3...v2.4.4 [2.4.3]: https://github.com/cybozu-go/placemat/compare/v2.4.2...v2.4.3 diff --git a/v2/version.go b/v2/version.go index 76e943b..7a01ce8 100644 --- a/v2/version.go +++ b/v2/version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const version = "2.4.5" +const version = "2.4.6" // Version returns the semantic versioning string of Coil. func Version() string {