diff --git a/CHANGELOG.md b/CHANGELOG.md index 6575d7a..bea64a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.4](https://github.com/cailloumajor/static-config-api/compare/v1.2.3...v1.2.4) (2022-07-18) + + +### Bug Fixes + +* **deps:** update rust crate clap to 3.2.10 ([3ce1842](https://github.com/cailloumajor/static-config-api/commit/3ce1842a5ca355d35fa22517ee617837b978dfac)) +* **deps:** update rust crate clap to 3.2.12 ([78ea8a3](https://github.com/cailloumajor/static-config-api/commit/78ea8a3afbbdfe399ba9d472cd5dcfc58f679635)) + ## [1.2.3](https://github.com/cailloumajor/static-config-api/compare/v1.2.2...v1.2.3) (2022-07-11) diff --git a/Cargo.lock b/Cargo.lock index f8dcf65..e679793 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1087,7 +1087,7 @@ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" [[package]] name = "static_config_api" -version = "1.2.3" +version = "1.2.4" dependencies = [ "anyhow", "async-std", diff --git a/Cargo.toml b/Cargo.toml index 4b6b59f..31392d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "static_config_api" -version = "1.2.3" +version = "1.2.4" description = "Reads a TOML configuration file and serves it as JSON." authors = [ "Arnaud Rocher " ] edition = "2021"