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
- - Improved code quality by applying clippy lints
- - Removed unnecessary unsafe keyword instances
- - Addressed stack overflow based test failure using the stacker crate
- - Added fix to reap lingering wireguard child-processes
- - Updated manpage
- - Split code into subcrates, added cargo workspace
- - Repaired benchmark code
- - Added a couple more unit tests
+ - 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
\ 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