From d6112658cd5b8699f6285638baf8a34ba1a0ee5a Mon Sep 17 00:00:00 2001 From: Andreas Meingast Date: Sat, 26 May 2018 16:49:36 +0200 Subject: [PATCH] Bumped to 0.1.12.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 fbd9601..3193a21 100644 --- a/Changelog.markdown +++ b/Changelog.markdown @@ -1,5 +1,8 @@ # Changelog +## 0.1.12.0 +* Support for GHC 8.4 + ## 0.1.11.0 * Improved documentation * Fixed exists_table diff --git a/postgresql-simple-migration.cabal b/postgresql-simple-migration.cabal index a2d1801..01c5160 100644 --- a/postgresql-simple-migration.cabal +++ b/postgresql-simple-migration.cabal @@ -1,5 +1,5 @@ name: postgresql-simple-migration -version: 0.1.11.0 +version: 0.1.12.0 synopsis: PostgreSQL Schema Migrations homepage: https://github.com/ameingast/postgresql-simple-migration Bug-reports: https://github.com/ameingast/postgresql-simple-migration/issues