diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a5634b..fb5da7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.7](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.6...v1.1.7) (2024-08-09) + + +### Bug Fixes + +* **deps:** update rust crate clap to v4.5.14 ([e08eb9b](https://github.com/smartive/swiss-qr-bill-decoder/commit/e08eb9be175bceb26d5e11e5826faf1fca493018)) + ## [1.1.6](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.5...v1.1.6) (2024-08-08) diff --git a/Cargo.lock b/Cargo.lock index 150d1d9..acadaa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1165,7 +1165,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.6" +version = "1.1.7" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index bac6bfa..4621298 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.6" +version = "1.1.7" edition = "2021" publish = false authors = ["Mike Schmid "]