diff --git a/dsa/CHANGELOG.md b/dsa/CHANGELOG.md index ae9c27bd..c483b456 100644 --- a/dsa/CHANGELOG.md +++ b/dsa/CHANGELOG.md @@ -4,6 +4,12 @@ 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.6.3 (2024-01-28) +### Added +- `SigningKey::sign_prehashed_rfc6979 ([#798]) + +[#798]: https://github.com/RustCrypto/signatures/pull/798 + ## 0.6.2 (2023-11-16) ### Changed - Loosen `signature` bound to `2.0, <2.3` ([#756])