From 6a5adc871f553a6c7acce945cb6ac243311df267 Mon Sep 17 00:00:00 2001 From: Antonios Barotsis Date: Fri, 13 Dec 2024 01:57:10 +0100 Subject: [PATCH] Changelog --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c65753..28606dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] + + +## [0.10.0] - 2024-12-13 ### Added @@ -184,6 +186,7 @@ Disabled `reqwest`'s default features and enabled `rustls-tls`. Initial release. +[0.10.0]: https://crates.io/crates/resend-rs/0.10.0 [0.9.2]: https://crates.io/crates/resend-rs/0.9.2 [0.9.1]: https://crates.io/crates/resend-rs/0.9.1 [0.9.0]: https://crates.io/crates/resend-rs/0.9.0