diff --git a/CHANGELOG.md b/CHANGELOG.md index 71427cb5..552f29ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [1.0.1](https://github.com/jdrouet/catapulte/compare/v1.0.0...v1.0.1) - 2024-03-09 + +### Fixed +- update cli typo + +### Other +- update github actions +- *(deps)* Bump reqwest from 0.11.24 to 0.11.25 +- *(deps)* Bump clap from 4.5.1 to 4.5.2 + ## [1.0.0] - 2024-03-05 ### Build diff --git a/Cargo.lock b/Cargo.lock index 52a222f7..f5e469a9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,7 +297,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "catapulte" -version = "1.0.0" +version = "1.0.1" dependencies = [ "axum", "clap", diff --git a/Cargo.toml b/Cargo.toml index 5c0c7b68..4e0a04f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "catapulte" -version = "1.0.0" +version = "1.0.1" description = "Catapulte is an open source mailer you can host yourself. You can use it to quickly catapult your transactionnal emails to destination." authors = ["Jérémie Drouet "] edition = "2021"