diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d7cfae..a0f9e1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.5.0] - 2024-11-23 + ### Added - Subcommand to add allowed signers. @@ -72,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - aarch64 builds. -[unreleased]: https://github.com/SRv6d/hanko/compare/v0.4.1...HEAD +[unreleased]: https://github.com/SRv6d/hanko/compare/v0.5.0...HEAD +[0.5.0]: https://github.com/SRv6d/hanko/compare/v0.4.1...v0.5.0 [0.4.1]: https://github.com/SRv6d/hanko/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/SRv6d/hanko/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/SRv6d/hanko/compare/v0.2.1...v0.3.0 diff --git a/Cargo.lock b/Cargo.lock index aeb25cd..e5fad8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,7 +1245,7 @@ dependencies = [ [[package]] name = "hanko" -version = "0.4.1" +version = "0.5.0" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 25b7faa..a27340c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hanko" description = "Keeps your Git allowed signers file up to date with signing keys configured on software development platforms like GitHub and GitLab." -version = "0.4.1" +version = "0.5.0" keywords = ["git", "ssh", "security", "encryption"] categories = [ "authentication",