diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Revision history for ogma-cli
 
+## [1.4.0] - 2024-05-21
+
+* Version bump 1.4.0 (#145).
+* Introduce CI test job (#139).
+* Introduce test job for ROS package generation (#136).
+* Add a float and a double input variable to ROS example (#138).
+* Document format of variable DB (#143).
+
 ## [1.3.0] - 2024-03-21
 
 * Version bump 1.3.0 (#133).
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.3.0
+version:             1.4.0
 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.3.0 && < 1.4
+    , ogma-core            >= 1.4.0 && < 1.5
 
   hs-source-dirs:
     src
