From 7e801c89749a597cedcffa13b72c86562b9e4264 Mon Sep 17 00:00:00 2001 From: Jonathan Daugherty Date: Sat, 17 Mar 2018 09:05:40 -0700 Subject: [PATCH] Bump version, update changelog --- CHANGELOG.md | 7 +++++++ brick.cabal | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 215309d..f0c78f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ Brick changelog --------------- +0.35 +---- + + * Added support for GHC 8.4. + * Updated travis build to test on all 8.x releases (thanks Peter + Simons) + 0.34.1 ------ diff --git a/brick.cabal b/brick.cabal index 68e47e4..b453556 100644 --- a/brick.cabal +++ b/brick.cabal @@ -1,5 +1,5 @@ name: brick -version: 0.34.1 +version: 0.35 synopsis: A declarative terminal user interface library description: Write terminal applications painlessly with 'brick'! You write an