diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -55,8 +55,12 @@
 
 ## 0.5.0.1 -- 2023-09-01
 
-* Fix documentation for readSAM_V1_6.
+* Fixed documentation for readSAM_V1_6.
 
 ## 0.5.0.2 -- 2023-09-01
 
-* Fix/update lots of documentation across entire codebase.
+* Fixed/updated lots of documentation across entire codebase.
+
+## 0.5.0.3 -- 2023-09-01
+
+* Added homepage and bug-reports fields to cabal file.
diff --git a/hs-samtools.cabal b/hs-samtools.cabal
--- a/hs-samtools.cabal
+++ b/hs-samtools.cabal
@@ -20,7 +20,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.5.0.2
+version:            0.5.0.3
 
 -- A short (one-line) description of the package.
 synopsis: Read and write SAM, BAM, and CRAM files.
@@ -28,6 +28,9 @@
 -- A longer description of the package.
 description: A SAM, BAM, and CRAM file decoder/encoded along with various related functionality associated with these file formats.
 
+-- URL for the project homepage or repository.
+homepage:           https://github.com/Matthew-Mosior/hs-samtools
+
 -- The license under which the package is released.
 license:            BSD-3-Clause
 
@@ -39,6 +42,9 @@
 
 -- An email address to which users can send suggestions, bug reports, and patches.
 maintainer:         mattm.github@gmail.com
+
+-- Where to submit bugs.
+bug-reports:        https://github.com/Matthew-Mosior/hs-samtools/issues
 
 -- A copyright notice.
 -- copyright:
