diff --git a/CHANGELOG.md b/CHANGELOG.md index 7274140..2a9962e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.2.13](https://github.com/cailloumajor/config-api/compare/v2.2.12...v2.2.13) (2023-09-20) + + +### Bug Fixes + +* **deps:** update rust crate clap to 4.4.3 ([c946837](https://github.com/cailloumajor/config-api/commit/c946837e978df76a4231fd40a48014bd8825289e)) +* **deps:** update rust crate clap to 4.4.4 ([9e379bd](https://github.com/cailloumajor/config-api/commit/9e379bd496cb64a1df2c95f407da83c3c0170d6a)) +* **deps:** update rust docker tag to v1.72.1 ([1bc885a](https://github.com/cailloumajor/config-api/commit/1bc885a941990fd1d584975687521bd3f6e5ba8d)) + ## [2.2.12](https://github.com/cailloumajor/config-api/compare/v2.2.11...v2.2.12) (2023-09-02) diff --git a/Cargo.lock b/Cargo.lock index bf83300..496f8b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -291,7 +291,7 @@ dependencies = [ [[package]] name = "config-api" -version = "2.2.12" +version = "2.2.13" dependencies = [ "anyhow", "arcstr", diff --git a/Cargo.toml b/Cargo.toml index 176ffb4..96bb624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "config-api" -version = "2.2.12" +version = "2.2.13" description = "Configuration data HTTP API." authors = [ "Arnaud Rocher " ] edition = "2021"