diff --git a/CHANGELOG.md b/CHANGELOG.md index 6520468..6a5634b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.6](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.5...v1.1.6) (2024-08-08) + + +### Bug Fixes + +* **deps:** update rust crate serde to v1.0.205 ([21a7274](https://github.com/smartive/swiss-qr-bill-decoder/commit/21a72749e310f4424009657d43828a8059ad42bc)) + ## [1.1.5](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.4...v1.1.5) (2024-08-06) diff --git a/Cargo.lock b/Cargo.lock index 204d745..71b9f1a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1165,7 +1165,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.5" +version = "1.1.6" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index cbc91f1..bac6bfa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.5" +version = "1.1.6" edition = "2021" publish = false authors = ["Mike Schmid "]