Skip to content

Commit

Permalink
Bump version to v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shunki-fujita committed Jun 18, 2024
1 parent 62089ce commit 9e0f947
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -159,6 +170,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- Move ping function from shellscript to moco-agent. (#4)

[Unreleased]: https://github.com/cybozu-go/moco-agent/compare/v0.11.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
Expand Down

0 comments on commit 9e0f947

Please sign in to comment.