Skip to content

Commit

Permalink
Merge pull request #187 from cybozu-go/bump-2.5.1
Browse files Browse the repository at this point in the history
Bump version to 2.5.1
  • Loading branch information
Hiroshi Muraoka authored Apr 7, 2020
2 parents e1fe3cb + dd116b2 commit 7a5aa82
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.5.1] - 2020-04-07

### Changed
- Collect metrics synchronously instead of collecting periodically (#185).

## [2.5.0] - 2020-01-17

### Added
- Add Prometheus instrumentation (#181).

## [2.4.9] - 2019-12-26
Expand Down Expand Up @@ -158,7 +165,8 @@ No changes. Only for updating Docker base image.

See [CHANGELOG-0](./CHANGELOG-0.md).

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.5.0...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.5.1...HEAD
[2.5.1]: https://github.com/cybozu-go/sabakan/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/cybozu-go/sabakan/compare/v2.4.9...v2.5.0
[2.4.9]: https://github.com/cybozu-go/sabakan/compare/v2.4.8...v2.4.9
[2.4.8]: https://github.com/cybozu-go/sabakan/compare/v2.4.7...v2.4.8
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package sabakan

// Version is sabakan version
const Version = "2.5.0"
const Version = "2.5.1"

// SchemaVersion is the schema version
const SchemaVersion = "3"

0 comments on commit 7a5aa82

Please sign in to comment.