Skip to content

Commit

Permalink
Merge pull request #80 from cybozu-go/bump-1.4.5
Browse files Browse the repository at this point in the history
Bump version to 1.4.5
  • Loading branch information
masa213f authored Dec 19, 2023
2 parents ddf0955 + 33eb60d commit 53a2cb7
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]

## [1.4.5] - 2023-12-19

### Changed
- Update dependencies in [#79](https://github.com/cybozu-go/etcdpasswd/pull/79)

## [1.4.4] - 2023-11-27

### Changed
Expand Down Expand Up @@ -116,7 +121,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.4.4...HEAD
[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.5...HEAD
[1.4.4]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.4...v1.4.5
[1.4.4]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.3...v1.4.4
[1.4.3]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.2...v1.4.3
[1.4.2]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.1...v1.4.2
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.4.4"
Version = "1.4.5"
)

0 comments on commit 53a2cb7

Please sign in to comment.