Skip to content

Commit

Permalink
Merge pull request #203 from cybozu-go/bump-v0.7.0
Browse files Browse the repository at this point in the history
Bump version to 0.7.0
  • Loading branch information
masa213f authored Feb 22, 2021
2 parents ff7be55 + 165f47e commit 261f17b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.7.0] - 2021-02-22

Since v0.7.0, MOCO will no longer use CronJob for log rotation.
Please remove existing CronJobs manually after upgrading MOCO.

### Changed

- Stop using CronJob for log rotation. (#190, moco-agent#10)
- Update moco-agent to v0.2.1. (#202)

## [0.6.0] - 2021-02-16

**Caution**
Expand Down Expand Up @@ -121,7 +131,8 @@ The `MySQLCluster` created by MOCO `< v0.5.0` has no compatibility with `>= v0.5

- Bootstrap a vanilla MySQL cluster with no replicas (#2).

[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.6.0...HEAD
[Unreleased]: https://github.com/cybozu-go/moco/compare/v0.7.0...HEAD
[0.7.0]: https://github.com/cybozu-go/moco/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/cybozu-go/moco/compare/v0.5.1...v0.6.0
[0.5.1]: https://github.com/cybozu-go/moco/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/cybozu-go/moco/compare/v0.4.0...v0.5.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package moco

const (
// Version is the MOCO version
Version = "0.6.0"
Version = "0.7.0"
)

0 comments on commit 261f17b

Please sign in to comment.