diff --git a/Changelog.markdown b/Changelog.markdown
--- a/Changelog.markdown
+++ b/Changelog.markdown
@@ -1,5 +1,8 @@
 # Changelog
 
+## 0.1.9.0
+* Bumped dependencies
+
 ## 0.1.8.0
 * Added MigrationCommands allowing sequencing of migrations in the Haskell API
 * Derived more datatypes for MigrationResult
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.8.0
+version:                    0.1.9.0
 synopsis:                   PostgreSQL Schema Migrations
 homepage:                   https://github.com/ameingast/postgresql-simple-migration
 Bug-reports:                https://github.com/ameingast/postgresql-simple-migration/issues
@@ -70,5 +70,5 @@
     build-depends:          base                        >= 4.6      && < 5.0,
                             bytestring                  >= 0.10     && < 0.11,
                             postgresql-simple           >= 0.4      && < 0.6,
-                            hspec                       >= 2.2      && < 2.4,
+                            hspec                       >= 2.2      && < 2.5,
                             postgresql-simple-migration >= 0.1      && < 0.2
