diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Revision history for ogma-cli
 
+## [1.4.1] - 2024-09-21
+
+* Version bump 1.4.1 (#155).
+* Constrain version of dependency in CI jobs (#151).
+* Replace homepage (#147).
+
 ## [1.4.0] - 2024-05-21
 
 * Version bump 1.4.0 (#145).
diff --git a/ogma-cli.cabal b/ogma-cli.cabal
--- a/ogma-cli.cabal
+++ b/ogma-cli.cabal
@@ -32,8 +32,8 @@
 build-type:          Simple
 
 name:                ogma-cli
-version:             1.4.0
-homepage:            http://nasa.gov
+version:             1.4.1
+homepage:            https://github.com/nasa/ogma
 license:             OtherLicense
 license-file:        LICENSE.pdf
 author:              Ivan Perez, Alwyn Goodloe
@@ -141,7 +141,7 @@
   build-depends:
       base                 >= 4.11.0.0 && < 5
     , optparse-applicative
-    , ogma-core            >= 1.4.0 && < 1.5
+    , ogma-core            >= 1.4.1 && < 1.5
 
   hs-source-dirs:
     src
