diff --git a/CHANGELOG.md b/CHANGELOG.md index b5723be..92183d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.24](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.2.23...v1.2.24) (2025-02-21) + + +### Bug Fixes + +* **deps:** update serde packages ([#83](https://github.com/smartive/swiss-qr-bill-decoder/issues/83)) ([1005d00](https://github.com/smartive/swiss-qr-bill-decoder/commit/1005d0002dba07d3b4499a58745508ad45c66d1e)) + ## [1.2.23](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.2.22...v1.2.23) (2025-02-18) diff --git a/Cargo.lock b/Cargo.lock index f732a86..f0bd06a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1175,7 +1175,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.2.23" +version = "1.2.24" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index ae56e24..e6338bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.2.23" +version = "1.2.24" edition = "2021" publish = false authors = ["Mike Schmid "]