From 93815e7057044a7205262e2ad6cf570a5450b942 Mon Sep 17 00:00:00 2001 From: shunki-fujita Date: Tue, 18 Jun 2024 04:36:54 +0000 Subject: [PATCH] Bump version to v0.12.0 --- CHANGELOG.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4f32f5..8143fa3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [0.12.0] - 2024-06-18 + +### ⚠️ Breaking Changes + - MySQL Terminology Updates [#686](https://github.com/cybozu-go/moco/issues/686) + +### Changed + - Support MySQL 8.4.0 [#686](https://github.com/cybozu-go/moco/issues/686) + +### ⚠️ End support for older versions + - MySQL versions supported after this release are 8.0.28, 8.0.36, 8.0.37 and 8.4.0 + ## [0.11.0] - 2024-06-10 ### Changed @@ -158,7 +169,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Move moco agent code from cybozu-go/moco repo. (#1) - Move ping function from shellscript to moco-agent. (#4) -[Unreleased]: https://github.com/cybozu-go/moco-agent/compare/v0.11.0...HEAD +[Unreleased]: https://github.com/cybozu-go/moco-agent/compare/v0.12.0...HEAD +[0.12.0]: https://github.com/cybozu-go/moco-agent/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/cybozu-go/moco-agent/compare/v0.10.0...v0.11.0 [0.10.0]: https://github.com/cybozu-go/moco-agent/compare/v0.9.0...v0.10.0 [0.9.0]: https://github.com/cybozu-go/moco-agent/compare/v0.8.0...v0.9.0