diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Revision history for ogma-cli
 
+## [1.11.0] - 2025-11-21
+
+* Version bump 1.11.0 (#325).
+* Add missing dependency to installation instructions in README (#314).
+* Add example demonstrating the basics of diagram backend (#323).
+
 ## [1.10.0] - 2025-09-21
 
 * Version bump 1.10.0 (#310).
diff --git a/ogma-cli.cabal b/ogma-cli.cabal
--- a/ogma-cli.cabal
+++ b/ogma-cli.cabal
@@ -19,7 +19,7 @@
 build-type:          Simple
 
 name:                ogma-cli
-version:             1.10.0
+version:             1.11.0
 homepage:            https://github.com/nasa/ogma
 bug-reports:         https://github.com/nasa/ogma/issues
 license:             Apache-2.0
@@ -143,7 +143,7 @@
     , microstache          >= 1.0      && < 1.1
     , text                 >= 1.2.3.1  && < 2.2
 
-    , ogma-core            >= 1.10.0 && < 1.11
+    , ogma-core            >= 1.11.0 && < 1.12
 
   hs-source-dirs:
     src
