diff --git a/CHANGELOG.md b/CHANGELOG.md index 689a583..9024c1f 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.1] - 2024-11-24 + ### Added - Debian Packages to releases. @@ -82,7 +84,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.5.0...HEAD +[unreleased]: https://github.com/SRv6d/hanko/compare/v0.5.1...HEAD +[0.5.1]: https://github.com/SRv6d/hanko/compare/v0.5.0...v0.5.1 [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 diff --git a/Cargo.lock b/Cargo.lock index 785a95b..b7b7422 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1245,7 +1245,7 @@ dependencies = [ [[package]] name = "hanko" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 2452121..c5238c2 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.5.0" +version = "0.5.1" keywords = ["git", "ssh", "security", "encryption"] categories = [ "authentication",