From 809b26af33dd96a94e84dc7a27f45e12431d5054 Mon Sep 17 00:00:00 2001 From: Alice Bowman Date: Tue, 11 Jun 2024 11:43:55 +0200 Subject: [PATCH] update release notes to 0.2.2 --- content/en/docs/_index.html | 12 +++--------- content/en/docs/release_notes.md | 6 ++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/content/en/docs/_index.html b/content/en/docs/_index.html index b9751d28..c9f9c1b1 100644 --- a/content/en/docs/_index.html +++ b/content/en/docs/_index.html @@ -58,14 +58,8 @@

What planned features are on the way?

Current Version Release Notes

-

  0.2.1

+

  0.2.2

\ No newline at end of file diff --git a/content/en/docs/release_notes.md b/content/en/docs/release_notes.md index bbdaa6b5..f88aadee 100644 --- a/content/en/docs/release_notes.md +++ b/content/en/docs/release_notes.md @@ -6,6 +6,12 @@ menu: false type: docs --- + +## 0.2.2 +- Fixes vulnerability to prevent output shared key (OSK) to be set or written again on a responder receiving the same InitConf message during a handshake. +- This release has no impact for majority of users using Rosenpass with Wireguard + + ## 0.2.1 - Improved code quality by applying clippy lints