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.