diff --git a/CHANGELOG.rst b/CHANGELOG.rst
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -7,6 +7,18 @@
 .. _PVP: https://pvp.haskell.org/
 
 
+2.0.0.8 (2021-08-15)
+--------------------
+
+* Git: :tag:`tasty-dejafu-2.0.0.8`
+* Hackage: :hackage:`tasty-dejafu-2.0.0.8`
+
+Miscellaneous
+~~~~~~~~~~~~~
+
+* Remove reference to freenode from README.
+
+
 2.0.0.7 (2020-12-27)
 --------------------
 
diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -10,8 +10,8 @@
 
 Bug reports, pull requests, and comments are very welcome!
 
-Feel free to contact me on GitHub, through IRC (#haskell on freenode),
-or email (mike@barrucadu.co.uk).
+Feel free to contact me on GitHub, through IRC (#haskell on
+libera.chat), or email (mike@barrucadu.co.uk).
 
 [dejafu]: https://hackage.haskell.org/package/dejafu
 [tasty]:  https://hackage.haskell.org/package/tasty
diff --git a/tasty-dejafu.cabal b/tasty-dejafu.cabal
--- a/tasty-dejafu.cabal
+++ b/tasty-dejafu.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                tasty-dejafu
-version:             2.0.0.7
+version:             2.0.0.8
 synopsis:            Deja Fu support for the Tasty test framework.
 
 description:
@@ -30,7 +30,7 @@
 source-repository this
   type:     git
   location: https://github.com/barrucadu/dejafu.git
-  tag:      tasty-dejafu-2.0.0.7
+  tag:      tasty-dejafu-2.0.0.8
 
 library
   exposed-modules:     Test.Tasty.DejaFu
