From ef7e806a65ded9877ad3b393fed1809d3bf5a875 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Mon, 2 Dec 2024 10:28:41 -0500 Subject: [PATCH] CHANGELOG: mark 0.0.5 Signed-off-by: William Woodruff --- CHANGELOG.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 277b8c2..657be8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.5] - 2024-12-02 + ### Changed - The minimum version of `cryptography` required is now `44` @@ -54,8 +56,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This is the first alpha release of `rfc3161-client`. -[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.4...HEAD -[0.0.3]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.3...v0.0.4 +[Unreleased]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.5...HEAD +[0.0.4]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.4...v0.0.5 +[0.0.4]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.3...v0.0.4 [0.0.3]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.2...v0.0.3 [0.0.2]: https://github.com/trailofbits/rfc3161-client/compare/v0.0.1...v0.0.2 [0.0.1]: https://github.com/trailofbits/rfc3161-client/releases/tag/v0.0.1