diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for ogma-cli
 
+## [1.0.11] - 2023-09-21
+
+* Version bump 1.0.11 (#103).
+
 ## [1.0.10] - 2023-07-21
 
 * Version bump 1.0.10 (#98).
diff --git a/ogma-cli.cabal b/ogma-cli.cabal
--- a/ogma-cli.cabal
+++ b/ogma-cli.cabal
@@ -32,7 +32,7 @@
 build-type:          Simple
 
 name:                ogma-cli
-version:             1.0.10
+version:             1.0.11
 homepage:            http://nasa.gov
 license:             OtherLicense
 license-file:        LICENSE.pdf
@@ -141,7 +141,7 @@
   build-depends:
       base                 >= 4.11.0.0 && < 5
     , optparse-applicative
-    , ogma-core            >= 1.0.10 && < 1.1
+    , ogma-core            >= 1.0.11 && < 1.1
 
   hs-source-dirs:
     src
