diff --git a/ROADMAP.md b/ROADMAP.md
index 78a3758..998b135 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -18,15 +18,15 @@
process and cadence for Parsec releases. Full information about previous Parsec releases can be
found on the [releases page](https://github.com/parallaxsecond/parsec/releases).
+# Future Items (Not Assigned To Releases)
+- Auto discovery of Parsec provider
+- Parsec OpenSSL backend
+
# Future Releases
## 1.2 (March 2023)
-- This release is currently being scoped.
-
-## Future Items (Not Assigned To Releases)
-
-- Under construction!
+- Adding missing crypto operations for Trusted Services provider
# Previous Releases
@@ -38,6 +38,9 @@
## 1.0 (March 2022)
+
+ Release details
+
- Full [release page](https://github.com/parallaxsecond/parsec/releases/tag/1.0.0).
- Supports storage of key metadata using [SQLite](https://www.sqlite.org/index.html).
- New [`CanDoCrypto`
@@ -54,8 +57,13 @@
from [trustedfirmware.org](https://www.trustedfirmware.org) on platforms where these services are
available and functioning.
+
+
## 0.8.1 (September 2021)
+
+ Release details
+
- Full [release page](https://github.com/parallaxsecond/parsec/releases/tag/0.8.1).
- Support for [SPIFFE](https://spiffe.io)-based authentication to API operations. (Note: Rust client
library only).
@@ -64,4 +72,6 @@
- Fixes persistence of keys across reboot in TPM devices.
- TPM provider can be enabled/disabled dynamically based on detection of a TPM device.
+
+
*Copyright 2022 Contributors to the Parsec project.*