diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c49461..762042f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.13](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.12...v1.1.13) (2024-08-24) + + +### Bug Fixes + +* **deps:** update rust crate serde_json to v1.0.127 ([f50acf2](https://github.com/smartive/swiss-qr-bill-decoder/commit/f50acf24093080e7adfb8a4b3da71f885803acfc)) + ## [1.1.12](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.1.11...v1.1.12) (2024-08-16) diff --git a/Cargo.lock b/Cargo.lock index 0d8519c..ea8c278 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1166,7 +1166,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.1.12" +version = "1.1.13" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 6802dcf..0ce1f9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.1.12" +version = "1.1.13" edition = "2021" publish = false authors = ["Mike Schmid "]