Skip to content

Commit

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

## [Unreleased]

## [2.4.3] - 2019-07-04

### Changed
- No longer record state transition in audit (#163).

## [2.4.2] - 2019-06-03

### Changed
Expand Down Expand Up @@ -117,7 +122,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.4.2...HEAD
[Unreleased]: https://github.com/cybozu-go/sabakan/compare/v2.4.3...HEAD
[2.4.3]: https://github.com/cybozu-go/sabakan/compare/v2.4.2...v2.4.3
[2.4.2]: https://github.com/cybozu-go/sabakan/compare/v2.4.1...v2.4.2
[2.4.1]: https://github.com/cybozu-go/sabakan/compare/v2.4.0...v2.4.1
[2.4.0]: https://github.com/cybozu-go/sabakan/compare/v2.3.0...v2.4.0
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.4.2"
const Version = "2.4.3"

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

0 comments on commit 2e350d1

Please sign in to comment.