From d358ab62e99bf0bc37d01c64108e39a6ac6460ac Mon Sep 17 00:00:00 2001 From: Jordan Mackie Date: Mon, 30 Nov 2020 16:19:30 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3dbbbf..6344857 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to the [Haskell Package Versioning Policy](https://pvp.haskell.org/). +## [0.2.0.0] - 2020-11-29 + +### Fixed +- Reconcile `tested-with` field with `base` constraints. This package now + supports _and_ is tested with GHC `8.2.2` through to `8.10.1`. And this is + checked in CI. + ## [0.1.0.0] - 2020-11-29 First cabal release 🎉🥳