From c341f43621b10f37ee8194586ef0d31de65e76bf Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Wed, 7 Feb 2024 10:44:57 -0500 Subject: [PATCH] Version 2.1.4 --- CHANGELOG.markdown | 4 ++-- trifecta.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 4969366..54723f1 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,5 @@ -next [????.??.??] ------------------ +2.1.4 [2024.02.07] +------------------ * Allow building with `ansi-terminal-1.1.*`. 2.1.3 [2023.08.07] diff --git a/trifecta.cabal b/trifecta.cabal index 92c6450..952037d 100644 --- a/trifecta.cabal +++ b/trifecta.cabal @@ -1,6 +1,6 @@ name: trifecta category: Text, Parsing, Diagnostics, Pretty Printer, Logging -version: 2.1.3.1 +version: 2.1.4 license: BSD3 cabal-version: 1.18 license-file: LICENSE