diff --git a/CHANGES.md b/CHANGES.md
index c47e9e3c..cb5d6676 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -11,6 +11,13 @@ creating a new release entry be sure to copy & paste the span tag with the
updated. Only the first match gets replaced, so it's fine to leave the old
ones in. -->
+-------------------------------------------------------------------------------
+## __cylc-uiserver-1.0.2 (Released 2022-05-20)__
+
+Updated cylc-ui to 1.2.0
+
+Internal changes, see https://github.com/cylc/cylc-uiserver/milestone/11?closed=1
+
-------------------------------------------------------------------------------
## __cylc-uiserver-1.0.1 (Released 2022-03-23)__
diff --git a/cylc/uiserver/__init__.py b/cylc/uiserver/__init__.py
index 49d544c2..6018caf6 100644
--- a/cylc/uiserver/__init__.py
+++ b/cylc/uiserver/__init__.py
@@ -13,7 +13,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see .
-__version__ = "1.0.2.dev"
+__version__ = "1.0.2"
import os
from typing import Dict