Skip to content

Commit

Permalink
Merge pull request #83 from cybozu-go/bump-1.4.6
Browse files Browse the repository at this point in the history
Bump version to 1.4.6
  • Loading branch information
YZ775 authored Mar 21, 2024
2 parents 974f582 + 2b6f491 commit b32a075
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.4.6] - 2024-03-21

### Changed
- Update dependencies in [#82](https://github.com/cybozu-go/etcdpasswd/pull/82)
- change workflow to use ghcr.io in [#81](https://github.com/cybozu-go/etcdpasswd/pull/81)
Expand Down Expand Up @@ -125,7 +127,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.5...HEAD
[Unreleased]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.6...HEAD
[1.4.6]: https://github.com/cybozu-go/etcdpasswd/compare/v1.4.5...v1.4.6
[1.4.5]: 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
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.5"
Version = "1.4.6"
)

0 comments on commit b32a075

Please sign in to comment.