diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bae426..c2cd5ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.23](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.22...v1.1.23) (2024-10-18) + + +### Bug Fixes + +* **deps:** update rust crate image to v0.25.4 ([9253a15](https://github.com/smartive/swiss-qr-bill-decoder/commit/9253a152ebe3c4cf66f46efaf8fa8290f5486759)) + ## [1.1.22](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.21...v1.1.22) (2024-10-16) diff --git a/Cargo.lock b/Cargo.lock index 3d3f84c..3fb94d2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.22" +version = "1.1.23" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index b64872c..21a5920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.22" +version = "1.1.23" edition = "2021" publish = false authors = ["Mike Schmid "]