diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,9 @@
 <!-- -*- Markdown -*- -->
 
+## 0.9.5.1
+
+- add an upper bound of version constraint.
+
 ## 0.9.5.0
 
 - export QuerySuffix and unsafe-query functions from Database.Relational.Query namespace for libraries.
diff --git a/relational-query.cabal b/relational-query.cabal
--- a/relational-query.cabal
+++ b/relational-query.cabal
@@ -1,5 +1,5 @@
 name:                relational-query
-version:             0.9.5.0
+version:             0.9.5.1
 synopsis:            Typeful, Modular, Relational, algebraic query engine
 description:         This package contiains typeful relation structure and
                      relational-algebraic query building DSL which can
@@ -93,7 +93,7 @@
                        , th-reify-compat
                        , sql-words >=0.1.5
                        , names-th
-                       , persistable-record >= 0.5.1
+                       , persistable-record >= 0.5.1 && < 0.6
   if impl(ghc == 7.4.*)
     build-depends:        ghc-prim == 0.2.*
 
