From 7d6ed16dfc9e8549bcf3d73af9aae7cd13904643 Mon Sep 17 00:00:00 2001 From: Nick Johnson Date: Mon, 28 Oct 2024 13:21:39 -0700 Subject: [PATCH] Add changelog to chacha20-poly1305 crate * No other preperation needed for release since the version is already set in Cargo.toml. --- chacha20_poly1305/CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 chacha20_poly1305/CHANGELOG.md diff --git a/chacha20_poly1305/CHANGELOG.md b/chacha20_poly1305/CHANGELOG.md new file mode 100644 index 000000000..24a53bcb5 --- /dev/null +++ b/chacha20_poly1305/CHANGELOG.md @@ -0,0 +1,3 @@ +# 0.1.0 - 2024-10-28 + +* Initial release to create the chacha20-poly1305 crate.