diff --git a/CHANGELOG.md b/CHANGELOG.md index acf92ed..d372bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.7.0] - 2024-12-13 + ### Added - Add type `PrivateKey` to wrap private keys when using Mbed TLS. @@ -342,7 +344,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - First public release. -[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.6.6...HEAD +[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.7.0...HEAD +[0.7.0]: https://github.com/HMIProject/open62541/compare/v0.6.6...v0.7.0 [0.6.6]: https://github.com/HMIProject/open62541/compare/v0.6.5...v0.6.6 [0.6.5]: https://github.com/HMIProject/open62541/compare/v0.6.4...v0.6.5 [0.6.4]: https://github.com/HMIProject/open62541/compare/v0.6.3...v0.6.4 diff --git a/Cargo.lock b/Cargo.lock index 0686b37..53f3559 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -583,7 +583,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "open62541" -version = "0.6.6" +version = "0.7.0" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index a5bacf5..b0b957b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open62541" -version = "0.6.6" +version = "0.7.0" authors = ["HMI Project"] edition = "2021" # Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.80 since