diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f5697d..dd6cc676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/cailloumajor/opcua-proxy/compare/v4.0.0...v4.0.1) (2023-01-15) + + +### Bug Fixes + +* log count of deleted documents at start ([9fea2a9](https://github.com/cailloumajor/opcua-proxy/commit/9fea2a97cdb5a7d7a711f2e097e446aa86f9e71d)) + ## [4.0.0](https://github.com/cailloumajor/opcua-proxy/compare/v3.1.0...v4.0.0) (2023-01-15) diff --git a/Cargo.lock b/Cargo.lock index defa4347..2dcaabad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -950,7 +950,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "4.0.0" +version = "4.0.1" dependencies = [ "actix", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index b618fbec..5d95637c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "4.0.0" +version = "4.0.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html