diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
 # Revision history for ogma-language-copilot
 
+## [1.6.0] - 2025-01-21
+
+* Version bump 1.6.0 (#208).
+* Add repository information to cabal package (#148).
+
 ## [1.5.0] - 2024-11-21
 
 * Version bump 1.5.0 (#178).
diff --git a/ogma-language-copilot.cabal b/ogma-language-copilot.cabal
--- a/ogma-language-copilot.cabal
+++ b/ogma-language-copilot.cabal
@@ -32,8 +32,9 @@
 build-type:          Simple
 
 name:                ogma-language-copilot
-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
@@ -57,6 +58,11 @@
 -- Because this is a NASA project, we want to make sure that users obtain
 -- 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-copilot
 
 library
 
