Bump version number and update changelog

Update the release notes & changelog page, and bump version numbers.

Change-Id: Ie90f46a8dbd9742fe34fe4bda7180b03731c3e8a
Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>
diff --git a/docs/project/glossary.rst b/docs/project/glossary.rst
index 55b17f7..ec79dbc 100644
--- a/docs/project/glossary.rst
+++ b/docs/project/glossary.rst
@@ -29,6 +29,21 @@
     FF-A
         `Firmware Framework for A`_
 
+    Normal World
+        The rich execution environment running the "business logic" of the device. NWd is separated by hardware
+        technology (e.g. see :term:`TrustZone`) from components which are managing sensitive information. See
+        :term:`Secure World`.
+
+    NWd
+        See :term:`Normal World`.
+
+    Secure World
+        Hardware isolated execution environment executing specially crafted software managing sensitive data. On Arm
+        devices :term:`TrustZone` technology can be used to implement the needed isolation.
+
+    SWd
+        See :term:`Secure World`.
+
     TEE
         Trusted Execution Environment. An SPE implemented using TrustZone.
 
@@ -40,7 +55,7 @@
 
     Secure Processing Environment
         An isolated environment to execute software images backed by a specific set of hardware and arm architecture
-        features. The aim of isolation os to protect sensitive workloads and their assets.
+        features. The aim of isolation is to protect sensitive workloads and their assets.
 
     SP
         see :term:`Secure Partition`