diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b171d..839f585 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.3] + ### Added - Add method `MonitoredItemBuilder::attribute_id()` to set a different attribute ID to monitor. @@ -384,7 +386,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - First public release. -[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.7.2...HEAD +[Unreleased]: https://github.com/HMIProject/open62541/compare/v0.7.3...HEAD +[0.7.3]: https://github.com/HMIProject/open62541/compare/v0.7.2...v0.7.3 [0.7.2]: https://github.com/HMIProject/open62541/compare/v0.7.1...v0.7.2 [0.7.1]: https://github.com/HMIProject/open62541/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/HMIProject/open62541/compare/v0.6.6...v0.7.0 diff --git a/Cargo.lock b/Cargo.lock index f047fdb..a47c11a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -572,7 +572,7 @@ checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" [[package]] name = "open62541" -version = "0.7.2" +version = "0.7.3" dependencies = [ "anyhow", "env_logger", diff --git a/Cargo.toml b/Cargo.toml index 2096b42..0121a19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open62541" -version = "0.7.2" +version = "0.7.3" authors = ["HMI Project"] edition = "2021" # Keep the MSRV number here in sync with `test.yaml`. We require Rust 1.80 since