From 9efeead389ef44f0925e35100f96fc36ddbd0d59 Mon Sep 17 00:00:00 2001 From: Lee Smet Date: Tue, 26 Mar 2024 15:13:15 +0100 Subject: [PATCH] Bump version to v0.4.5 Signed-off-by: Lee Smet --- CHANGELOG.md | 5 ++++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67da3bd6..126ba28c 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.4.5] - 2024-03-26 + ### Changed - Size of data packets is limited to 65535 bytes. @@ -344,4 +346,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [0.4.2]: https://github.com/threefoldtech/mycelium/compare/v0.4.1...v0.4.2 [0.4.3]: https://github.com/threefoldtech/mycelium/compare/v0.4.2...v0.4.3 [0.4.4]: https://github.com/threefoldtech/mycelium/compare/v0.4.3...v0.4.4 -[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...HEAD +[0.4.5]: https://github.com/threefoldtech/mycelium/compare/v0.4.4...v0.4.5 +[unreleased]: https://github.com/threefoldtech/mycelium/compare/v0.4.5...HEAD diff --git a/Cargo.lock b/Cargo.lock index 95ba0fe3..a16f24fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1074,7 +1074,7 @@ dependencies = [ [[package]] name = "mycelium" -version = "0.4.4" +version = "0.4.5" dependencies = [ "aes-gcm", "axum", diff --git a/Cargo.toml b/Cargo.toml index c8d29957..7f8d0d88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mycelium" -version = "0.4.4" +version = "0.4.5" edition = "2021" license-file = "LICENSE"