diff options
Diffstat (limited to 'spake2/CHANGELOG.md')
-rw-r--r-- | spake2/CHANGELOG.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/spake2/CHANGELOG.md b/spake2/CHANGELOG.md index 5394229..116f79b 100644 --- a/spake2/CHANGELOG.md +++ b/spake2/CHANGELOG.md @@ -4,7 +4,13 @@ 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). -## 0.3.0 (2022-01-22) +## 0.3.1 (2022-01-22) +### Changed +- Refactor internals ([#91]) + +[#91]: https://github.com/RustCrypto/PAKEs/pull/91 + +## 0.3.0 (2022-01-22) [YANKED] ### Added - Initial `no_std` support ([#87]) - `getrandom` feature ([#88]) |