From e056cce80531b432ef5b8f52f81571c1ad0de746 Mon Sep 17 00:00:00 2001 From: Andreas Meingast Date: Wed, 15 Feb 2017 13:00:17 +0100 Subject: [PATCH] Bump to 0.1.9.0 --- Changelog.markdown | 3 +++ postgresql-simple-migration.cabal | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Changelog.markdown b/Changelog.markdown index e6b892b..d7dfcee 100644 --- 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 index 9b61e63..dbe7156 100644 --- 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