diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
 # Revision history for ogma-language-smv
 
+## [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).
diff --git a/ogma-language-smv.cabal b/ogma-language-smv.cabal
--- a/ogma-language-smv.cabal
+++ b/ogma-language-smv.cabal
@@ -32,8 +32,9 @@
 build-type:          Custom
 
 name:                ogma-language-smv
-version:             1.5.0
+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-smv
+
 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
 
@@ -87,7 +93,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
@@ -104,9 +110,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-smv
 
