From a30d5b7fa8c76039c2e6a68c66aa7956b266c14b Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Tue, 24 Sep 2024 01:55:54 -0700 Subject: [PATCH] Publishing v0.4.1 (#136) --- CHANGELOG.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. //!