diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
 # Revision history for ogma-language-cocospec
 
+## [1.6.0] - 2025-01-21
+
+* Version bump 1.6.0 (#208).
+* Add repository information to cabal package (#148).
+* Add version bounds to all dependencies (#119).
+
+## [1.5.0] - 2024-11-21
+
+* Version bump 1.5.0 (#178).
+
+## [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).
+
+## [1.3.0] - 2024-03-21
+
+* Version bump 1.3.0 (#133).
+
+## [1.2.0] - 2024-01-21
+
+* Version bump 1.2.0 (#117).
+
 ## [1.1.0] - 2023-11-21
 
 * Version bump 1.1.0 (#112).
diff --git a/ogma-language-cocospec.cabal b/ogma-language-cocospec.cabal
--- a/ogma-language-cocospec.cabal
+++ b/ogma-language-cocospec.cabal
@@ -32,8 +32,9 @@
 build-type:          Custom
 
 name:                ogma-language-cocospec
-version:             1.1.0
-homepage:            http://nasa.gov
+version:             1.6.0
+homepage:            https://github.com/nasa/ogma
+bug-reports:         https://github.com/nasa/ogma/issues
 license:             OtherLicense
 license-file:        LICENSE.pdf
 author:              Ivan Perez, Alwyn Goodloe
@@ -62,12 +63,17 @@
 -- exactly what we publish, unmodified by anyone external to our project.
 x-curation: uncurated
 
+source-repository head
+  type:     git
+  location: git@github.com:nasa/ogma.git
+  subdir:   ogma-language-cocospec
+
 custom-setup
   setup-depends:
       base    >= 4.11.0.0 && < 5
     , Cabal   >= 2.0 && < 3.9
-    , process
-    , BNFC    >= 2.9.1
+    , process >= 1.6      && < 1.7
+    , BNFC    >= 2.9.1    && < 2.10
 
 library
 
@@ -86,7 +92,7 @@
 
   build-depends:
       base  >= 4.11.0.0 && < 5
-    , array >= 0.5.2.0
+    , array >= 0.5.2.0  && < 0.6
 
   hs-source-dirs:
     src
@@ -103,9 +109,9 @@
 
   build-depends:
       base                       >= 4.11.0.0 && < 5
-    , QuickCheck
-    , test-framework
-    , test-framework-quickcheck2
+    , QuickCheck                 >= 2.8.2    && < 2.16
+    , test-framework             >= 0.8.2    && < 0.9
+    , test-framework-quickcheck2 >= 0.3.0.4  && < 0.4
 
     , ogma-language-cocospec
 
