Update the version information in index.html
diff --git a/docs/psa/index.html b/docs/psa/index.html
index 2ab33ec..89a4b83 100644
--- a/docs/psa/index.html
+++ b/docs/psa/index.html
@@ -2,7 +2,7 @@
 <p>This page contains technical information about the cryptography interfaces in the Arm Platform Security Architecture (PSA) and related documents and software. For more information about the Platform Security Architecture, see <a href="https://developer.arm.com/architectures/security-architectures/platform-security-architecture">the Arm Developer website</a>.</p>
 <h2 id="application-programming-interface">Application programming interface</h2>
 <p>The PSA Cryptography API is a C programming interface for applications that wish to store cryptographic keys and use them to perform cryptographic operations.</p>
-<p><strong>Status: beta</strong> — version 1.0.0 beta 3. Minor changes and clarifications are planned before 1.0. Additional features are planned for 1.x releases.</p>
+<p><strong>Status: released</strong> — version 1.0.0.</p>
 <p><strong>Reference documentation</strong>: <a href="../html/index.html">HTML</a>, <a href="../PSA_Cryptography_API_Specification.pdf">PDF</a></p>
 <p><strong>Reference implementation</strong>: <a href="https://github.com/ARMmbed/mbed-crypto">Mbed Crypto</a></p>
 <h2 id="hardware-abstraction-layer">Hardware abstraction layer</h2>