diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for ogma-language-jsonspec
 
+## [1.4.1] - 2024-09-21
+
+* Version bump 1.4.1 (#155).
+* Replace homepage (#147).
+
 ## [1.4.0] - 2024-05-21
 
 * Version bump 1.4.0 (#145).
diff --git a/ogma-language-jsonspec.cabal b/ogma-language-jsonspec.cabal
--- a/ogma-language-jsonspec.cabal
+++ b/ogma-language-jsonspec.cabal
@@ -32,8 +32,8 @@
 build-type:          Simple
 
 name:                ogma-language-jsonspec
-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
@@ -70,7 +70,7 @@
     , megaparsec
     , bytestring
 
-    , ogma-spec              >= 1.4.0 && < 1.5
+    , ogma-spec              >= 1.4.1 && < 1.5
 
   hs-source-dirs:
     src
