Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yokaze committed May 26, 2021
1 parent f59fb46 commit 3c9c680
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.2.0] - 2021-05-26

### Changed
- Support etcd 3.4 as a backend store in addtion to etcd 3.3 (#49).
- Flags for `etcdpasswd` command is changed from single dash (`-config`) to double dash (`--config`) (#50).

## [1.1.2] - 2021-05-07

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

[placemat]: https://github.com/cybozu-go/placemat
[etcdutil]: https://github.com/cybozu-go/etcdutil
[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.1.2...HEAD
[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.2.0...HEAD
[1.2.0]: https://github.com/cybozu-go/etcdpasswd/compare/v1.1.2...v1.2.0
[1.1.2]: https://github.com/cybozu-go/etcdpasswd/compare/v1.1.1...v1.1.2
[1.1.1]: https://github.com/cybozu-go/etcdpasswd/compare/v1.1.0...v1.1.1
[1.1.0]: https://github.com/cybozu-go/etcdpasswd/compare/v1.0.0...v1.1.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 etcdpasswd

const (
// Version of etcdpasswd
Version = "1.1.2"
Version = "1.2.0"
)

0 comments on commit 3c9c680

Please sign in to comment.