diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1d8acef5..e9533484 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "6.0.11" + ".": "6.0.12" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 43df780b..cb77f410 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [6.0.12](https://github.com/cailloumajor/opcua-proxy/compare/v6.0.11...v6.0.12) (2026-09-15) + + +### Bug Fixes + +* **deps:** update rust docker tag to v1.93.0 ([a539fce](https://github.com/cailloumajor/opcua-proxy/commit/a539fcef227d278e00802ee8d074d6cf28483169)) +* **deps:** update rust docker tag to v1.93.1 ([4f84d1d](https://github.com/cailloumajor/opcua-proxy/commit/4f84d1d3e76595af20d49ca95f0cd3e6ed2c86ec)) +* **deps:** update rust docker tag to v1.94.0 ([5c341f5](https://github.com/cailloumajor/opcua-proxy/commit/5c341f59b2395de3be02935acd812f3e68487442)) +* **deps:** update rust docker tag to v1.94.1 ([6e6fd94](https://github.com/cailloumajor/opcua-proxy/commit/6e6fd946d0c7df3d2e48bc2b0814777308e1dc6a)) +* **deps:** update rust docker tag to v1.95.0 ([ae8e84a](https://github.com/cailloumajor/opcua-proxy/commit/ae8e84aa853b9baf67fac8e96e6ffee75ad7535d)) +* **deps:** update rust docker tag to v1.96.1 ([8f7d2e0](https://github.com/cailloumajor/opcua-proxy/commit/8f7d2e05b4515682dc8faab1472a21836c42a4fd)) +* **deps:** update rust docker tag to v1.97.0 ([b0d99bc](https://github.com/cailloumajor/opcua-proxy/commit/b0d99bc75772e919038532d7f7163d4d966b2add)) + ## [6.0.11](https://github.com/cailloumajor/opcua-proxy/compare/v6.0.10...v6.0.11) (2026-01-01) diff --git a/Cargo.lock b/Cargo.lock index e62f2b8e..f215cca3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1556,7 +1556,7 @@ dependencies = [ [[package]] name = "opcua-proxy" -version = "6.0.11" +version = "6.0.12" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 6d08dfe3..66caddb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "opcua-proxy" description = "OPC-UA proxy" -version = "6.0.11" +version = "6.0.12" edition = "2024" default-run = "opcua-proxy"