diff --git a/ascon-aead128/CHANGELOG.md b/ascon-aead128/CHANGELOG.md index 1de3ef18..79b6bc29 100644 --- a/ascon-aead128/CHANGELOG.md +++ b/ascon-aead128/CHANGELOG.md @@ -4,11 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 0.1.2 (UNRELEASED) ### Changed -- Build against the released `ascon` v0.5.0: the permutation state is now a - plain array with free `permute*` functions, and the state is zeroized by - this crate under the `zeroize` feature since `ascon` no longer has one +- Bump `ascon` dependency to v0.5 ([#884]) + +[#884]: https://github.com/RustCrypto/AEADs/pull/884 ## 0.1.1 (2026-08-21) ### Changed