diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for convention
 
+## 0.8.0.0 -- 2026-03-25
+
+* No changes.
+
 ## 0.7.0.0 -- 2025-05-20
 
 * No changes.
diff --git a/ghc-debug-convention.cabal b/ghc-debug-convention.cabal
--- a/ghc-debug-convention.cabal
+++ b/ghc-debug-convention.cabal
@@ -1,14 +1,14 @@
 cabal-version:      2.4
 name:               ghc-debug-convention
-version:            0.7.0.0
+version:            0.8.0.0
 synopsis: Definitions needed by ghc-debug-stub and ghc-debug-common
 description: Definitions needed by ghc-debug-stub and ghc-debug-common
 -- bug-reports:
 license:            BSD-3-Clause
 author:             Matthew Pickering
-maintainer:         matthewtpickering@gmail.com
+maintainer:         hannes@well-typed.com
 copyright:          BSD-3-Clause
-extra-source-files: CHANGELOG.md
+extra-doc-files:    CHANGELOG.md
 
 library
     exposed-modules: GHC.Debug.Convention
