diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ogma-language-xmlspec
 
+## [1.11.0] - 2025-11-21
+
+* Version bump 1.11.0 (#325).
+
 ## [1.10.0] - 2025-09-21
 
 * Version bump 1.10.0 (#310).
diff --git a/ogma-language-xmlspec.cabal b/ogma-language-xmlspec.cabal
--- a/ogma-language-xmlspec.cabal
+++ b/ogma-language-xmlspec.cabal
@@ -19,7 +19,7 @@
 build-type:          Simple
 
 name:                ogma-language-xmlspec
-version:             1.10.0
+version:             1.11.0
 homepage:            http://nasa.gov
 license:             Apache-2.0
 license-file:        LICENSE
@@ -58,7 +58,7 @@
     , hxt-xpath           >= 8.5      && < 9.2
     , pretty              >= 1.1      && < 1.2
 
-    , ogma-spec           >= 1.10.0 && < 1.11
+    , ogma-spec           >= 1.11.0 && < 1.12
 
   hs-source-dirs:
     src
