diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for beam-automigrate
 
+## 0.1.6.0
+
+* Fix instance HasSchemaConstraints build failure with GHC 9.2.8
+
 ## 0.1.5.0
 
 * Add ltree column type
diff --git a/beam-automigrate.cabal b/beam-automigrate.cabal
--- a/beam-automigrate.cabal
+++ b/beam-automigrate.cabal
@@ -1,5 +1,5 @@
 name:               beam-automigrate
-version:            0.1.5.0
+version:            0.1.6.0
 license-file:       LICENSE
 build-type:         Simple
 cabal-version:      2.0
