diff --git a/CHANGES.md b/CHANGES.md
index 326a59e8b..bb57daf35 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -11,6 +11,16 @@ ones in. -->
--------------------------------------------------------------------------------
+## 2.3.0 (Released 2024-06-18)
+
+Minor changes required for compatibility with cylc-flow 8.3.0 (via cylc-rose).
+
+### Enhancements
+
+[#2754](https://github.com/metomi/rose/pull/2754) - support for file creation from Git repositories
+
+--------------------------------------------------------------------------------
+
## 2.2.0 (Released 2024-01-18)
### Breaking Changes
diff --git a/metomi/rose/__init__.py b/metomi/rose/__init__.py
index d41e83751..53f6ccc39 100644
--- a/metomi/rose/__init__.py
+++ b/metomi/rose/__init__.py
@@ -144,4 +144,4 @@
# Paths in the Rose distribution.
FILEPATH_README = "README.md"
-__version__ = "2.3.0.dev"
+__version__ = "2.3.0"