Add changelog to chacha20-poly1305 crate

* No other preperation needed for release since the version is already
set in Cargo.toml.
This commit is contained in:
Nick Johnson 2024-10-28 13:21:39 -07:00
parent 6c54a1d2f2
commit 7d6ed16dfc
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# 0.1.0 - 2024-10-28
* Initial release to create the chacha20-poly1305 crate.