From 6ce902d8e3847d9c4144f373ffc97693d8081d10 Mon Sep 17 00:00:00 2001 From: Andreas Meingast Date: Thu, 2 Feb 2017 13:49:02 +0100 Subject: [PATCH] Bump to 0.1.8.0 --- Changelog.markdown | 5 +++++ postgresql-simple-migration.cabal | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changelog.markdown b/Changelog.markdown index df45faf..e6b892b 100644 --- a/Changelog.markdown +++ b/Changelog.markdown @@ -1,5 +1,10 @@ # Changelog +## 0.1.8.0 +* Added MigrationCommands allowing sequencing of migrations in the Haskell API +* Derived more datatypes for MigrationResult +* Bumped dependencies + ## 0.1.7.0 * Propagate migration and validation result to application exit code diff --git a/postgresql-simple-migration.cabal b/postgresql-simple-migration.cabal index 0c6015d..65cc6e2 100644 --- a/postgresql-simple-migration.cabal +++ b/postgresql-simple-migration.cabal @@ -1,5 +1,5 @@ name: postgresql-simple-migration -version: 0.1.7.0 +version: 0.1.8.0 synopsis: PostgreSQL Schema Migrations homepage: https://github.com/ameingast/postgresql-simple-migration Bug-reports: https://github.com/ameingast/postgresql-simple-migration/issues