diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c8ddad..3ada9f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 0.4.1 (TBD) +## 0.4.1 (September 24, 2024) * Backport all non-protocol-breaking changes from versions 0.5+ * Fixes Rust 1.81+ compatibility, compatible with 0.4.0 (draft 11), incompatible with 0.5+ (final RFC) * Updated dependencies diff --git a/src/lib.rs b/src/lib.rs index 81dd4ff..4bb246a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! An implementation of a verifiable oblivious pseudorandom function (VOPRF) //! //! Note: This implementation is in sync with -//! [draft-irtf-cfrg-voprf-11](https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-19.html), +//! [draft-irtf-cfrg-voprf-11](https://www.ietf.org/archive/id/draft-irtf-cfrg-voprf-11.html), //! but this specification is subject to change, until the final version //! published by the IETF. //!