From 955e05ee44fb66a8dfcf41516ace1805f42149ff Mon Sep 17 00:00:00 2001 From: Phil Ruffwind <rf@rufflewind.com> Date: Fri, 15 Sep 2017 20:22:09 -0400 Subject: [PATCH] Bump version to 1.3.1.2 --- changelog.md | 4 ++++ directory.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 1aa8fad3..bfb59bdf 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ Changelog for the [`directory`][1] package ========================================== +## 1.3.1.2 (September 2017) + + * Relax `base` version bounds to support 4.11. + ## 1.3.1.1 (March 2017) * Fix a bug where `createFileLink` and `createDirectoryLink` failed to diff --git a/directory.cabal b/directory.cabal index 758528aa..6a336542 100644 --- a/directory.cabal +++ b/directory.cabal @@ -1,5 +1,5 @@ name: directory -version: 1.3.1.1 +version: 1.3.1.2 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE -- GitLab