diff --git a/Changelog.markdown b/Changelog.markdown
--- a/Changelog.markdown
+++ b/Changelog.markdown
@@ -1,5 +1,8 @@
 # Changelog
 
+## 0.1.13.1
+* Bumped dependencies
+
 ## 0.1.13.0
 * Bumped dependencies
 
diff --git a/postgresql-simple-migration.cabal b/postgresql-simple-migration.cabal
--- a/postgresql-simple-migration.cabal
+++ b/postgresql-simple-migration.cabal
@@ -1,5 +1,5 @@
 name:                       postgresql-simple-migration
-version:                    0.1.13.0
+version:                    0.1.13.1
 synopsis:                   PostgreSQL Schema Migrations
 homepage:                   https://github.com/ameingast/postgresql-simple-migration
 Bug-reports:                https://github.com/ameingast/postgresql-simple-migration/issues
@@ -42,7 +42,7 @@
                             bytestring                  >= 0.10     && < 0.11,
                             cryptohash                  >= 0.11     && < 0.12,
                             directory                   >= 1.2      && < 1.4,
-                            postgresql-simple           >= 0.4      && < 0.6,
+                            postgresql-simple           >= 0.4      && < 0.7,
                             time                        >= 1.4      && < 1.9
 
 Executable migrate
@@ -56,7 +56,7 @@
                             bytestring                  >= 0.10     && < 0.11,
                             cryptohash                  >= 0.11     && < 0.12,
                             directory                   >= 1.2      && < 1.4,
-                            postgresql-simple           >= 0.4      && < 0.6,
+                            postgresql-simple           >= 0.4      && < 0.7,
                             time                        >= 1.4      && < 1.9,
                             text                        >= 1.2      && < 1.3
 
@@ -69,6 +69,6 @@
     type:                   exitcode-stdio-1.0
     build-depends:          base                        >= 4.6      && < 5.0,
                             bytestring                  >= 0.10     && < 0.11,
-                            postgresql-simple           >= 0.4      && < 0.6,
+                            postgresql-simple           >= 0.4      && < 0.7,
                             hspec                       >= 2.2      && < 2.7,
                             postgresql-simple-migration
