diff --git a/CHANGELOG.md b/CHANGELOG.md index c6751409..285add85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.1.2](https://github.com/cailloumajor/opcua-proxy/compare/v4.1.1...v4.1.2) (2023-02-24) + + +### Bug Fixes + +* enhance async tasks organization ([cb94cb7](https://github.com/cailloumajor/opcua-proxy/commit/cb94cb75f03831f59507a0bd522252020a270d50)) + ## [4.1.1](https://github.com/cailloumajor/opcua-proxy/compare/v4.1.0...v4.1.1) (2023-02-16) diff --git a/Cargo.lock b/Cargo.lock index ca0596b9..3af84884 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -877,7 +877,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "4.1.1" +version = "4.1.2" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 30a3bad7..f3b68acb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "4.1.1" +version = "4.1.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html