Skip to content

Commit

Permalink
Bump version to 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mitz committed Apr 26, 2019
1 parent 0a15824 commit 105e031
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [2.4.0] - 2019-04-26

### Added
- Add GraphQL API for set machine state (#156).

### Changed
- Do not push branch tag for pre-releases (#155).

## [2.3.0] - 2019-04-19

### Changed
Expand Down Expand Up @@ -99,7 +107,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

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

[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.3.0...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.4.0...HEAD
[2.4.0]: https://github.com/cybozu-go/sabakan/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/cybozu-go/sabakan/compare/v2.2.2...v2.3.0
[2.2.2]: https://github.com/cybozu-go/sabakan/compare/v2.2.1...v2.2.2
[2.2.1]: https://github.com/cybozu-go/sabakan/compare/v2.2.0...v2.2.1
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.3.0"
const Version = "2.4.0"

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

0 comments on commit 105e031

Please sign in to comment.