From 76bc37589b1ebaf836c56e24dd9b53049756540b Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Thu, 2 May 2019 08:46:07 -0400 Subject: [PATCH] Version 0.10.2 --- CHANGELOG.markdown | 4 ++-- exceptions.cabal | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 0f865a9..23b8a11 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,5 @@ -next [????.??.??] ------------------ +0.10.2 [2019.05.02] +------------------- * Allow building with `base-4.13`/`template-haskell-2.15`. 0.10.1 [2019.03.26] diff --git a/exceptions.cabal b/exceptions.cabal index 9ff1bc1..3ccd26b 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad -version: 0.10.1 +version: 0.10.2 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE -- GitLab