diff --git a/CHANGELOG.md b/CHANGELOG.md index fb4788f..b30f91e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.2](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.1...v1.1.2) (2024-08-01) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.13 ([cd8ceee](https://github.com/smartive/swiss-qr-bill-decoder/commit/cd8ceee50423184ede226f85b0445242ffb6dcdb)) + ## [1.1.1](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.0...v1.1.1) (2024-07-30) diff --git a/Cargo.lock b/Cargo.lock index d55b140..3233556 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1165,7 +1165,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.1" +version = "1.1.2" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index c406466..a8c3388 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.1" +version = "1.1.2" edition = "2021" publish = false authors = ["Mike Schmid "]