diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for finitary
 
+## 1.1.0.1 -- 2019-09-21
+
+* Fix bug tracker link in Cabal file (no code changes).
+
 ## 1.1.0.0 -- 2019-09-21
 
 * Repair a disagreement between ``Ord`` and ``Finitary`` derivations via
diff --git a/finitary.cabal b/finitary.cabal
--- a/finitary.cabal
+++ b/finitary.cabal
@@ -3,7 +3,7 @@
 -- PVP summary:        +-+------- breaking API changes
 --                     | | +----- non-breaking API additions
 --                     | | | +--- code changes with no API change
-version:               1.1.0.0
+version:               1.1.0.1
 synopsis:              A better, more type-safe Enum.
 description:           Provides a type class witnessing that a type has
                        finitely-many inhabitants, as well as its cardinality.
@@ -11,7 +11,7 @@
                        Generics, together with a range of instances for existing
                        types.
 homepage:              https://notabug.org/koz.ross/finitary
-bug-reports:           https://notabug.org/koz/ross/finitary/issues
+bug-reports:           https://notabug.org/koz.ross/finitary/issues
 license:               GPL-3.0-or-later
 license-file:          LICENSE.md
 author:                Koz Ross
