diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
 CHANGELOG
 
+2.0.0.4 -> 2.0.0.5
+  - Add Bug-Reports url again.
+
 2.0.0.3 -> 2.0.0.4
   - Include CHANGELOG in source distribution.
 
diff --git a/fclabels.cabal b/fclabels.cabal
--- a/fclabels.cabal
+++ b/fclabels.cabal
@@ -1,5 +1,5 @@
 Name:          fclabels
-Version:       2.0.0.4
+Version:       2.0.0.5
 Author:        Sebastiaan Visser, Erik Hesselink, Chris Eidhof, Sjoerd Visscher
                with lots of help and feedback from others.
 Synopsis:      First class accessor labels implemented as lenses.
@@ -47,12 +47,13 @@
                See "Data.Label.Base" and "Data.Label.Monadic" for more
                information.
                .
-               * /Changelog from 2.0.0.3 to 2.0.0.4/
+               * /Changelog from 2.0.0.4 to 2.0.0.5/
                .
-               >   - Include CHANGELOG in source distribution.
+               >   - Add Bug-Reports url again.
 
 Maintainer:         Sebastiaan Visser <code@fvisser.nl>
 Homepage:           https://github.com/sebastiaanvisser/fclabels
+Bug-Reports:        https://github.com/sebastiaanvisser/fclabels/issues
 License:            BSD3
 License-File:       LICENSE
 Category:           Data, Lenses
