diff --git a/CHANGELOG.md b/CHANGELOG.md index ab171c1..3c49461 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.12](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.11...v1.1.12) (2024-08-16) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.16 ([ff7176b](https://github.com/smartive/swiss-qr-bill-decoder/commit/ff7176bac5b894610dc471d631bd153b2a982f26)) + ## [1.1.11](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.10...v1.1.11) (2024-08-15) diff --git a/Cargo.lock b/Cargo.lock index 5a97ec9..cda9f39 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.11" +version = "1.1.12" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index e9aab0c..6802dcf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.11" +version = "1.1.12" edition = "2021" publish = false authors = ["Mike Schmid "]