diff --git a/CHANGELOG.md b/CHANGELOG.md index a0f58ad..23de3ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.1.0](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.0.2...v1.1.0) (2024-07-29) + + +### Features + +* improve qr detection and add jpg support ([#21](https://github.com/smartive/swiss-qr-bill-decoder/issues/21)) ([b06b87c](https://github.com/smartive/swiss-qr-bill-decoder/commit/b06b87c3df2d4c25a408c1afef0e034bbc129f0e)) + ## [1.0.2](https://github.com/smartive/swiss-qr-bill-decoder/compare/v1.0.1...v1.0.2) (2024-07-29) diff --git a/Cargo.lock b/Cargo.lock index 760a095..fd3e4db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1165,7 +1165,7 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "swiss-qr-bill-decoder" -version = "1.0.2" +version = "1.1.0" dependencies = [ "assert-json-diff", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 15a05b7..53038d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "swiss-qr-bill-decoder" -version = "1.0.2" +version = "1.1.0" edition = "2021" publish = false authors = ["Mike Schmid "]