diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for convention
 
+## 0.3.0.0 -- 2022-10-06
+
+* No changes.
+
 ## 0.2.0.0 -- 2021-12-06
 
 * Add a snapshots convention folder.
diff --git a/ghc-debug-convention.cabal b/ghc-debug-convention.cabal
--- a/ghc-debug-convention.cabal
+++ b/ghc-debug-convention.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               ghc-debug-convention
-version:            0.2.0.0
+version:            0.3.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:
@@ -12,6 +12,6 @@
 
 library
     exposed-modules: GHC.Debug.Convention
-    build-depends:    base ^>=4.16.0.0, filepath ^>= 1.4 , directory ^>= 1.3
+    build-depends:    base >=4.16.0.0 && < 5, filepath ^>= 1.4 , directory ^>= 1.3
     hs-source-dirs:   src/
     default-language: Haskell2010
