From 1465dfb34b97f7cbc249860c9bca0e75e91a0805 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Thu, 26 Dec 2019 22:02:47 -0500
Subject: [PATCH] Version 0.10.4

---
 CHANGELOG.markdown | 5 +++--
 exceptions.cabal   | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
index 2a7953b..c99a153 100644
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,5 +1,6 @@
-next [????.??.??]
------------------
+0.10.4 [2019.12.26]
+-------------------
+* Allow building with `template-haskell-2.16.*`.
 * Only depend on `transformers-compat` on old versions of GHC.
 
 0.10.3 [2019.08.27]
diff --git a/exceptions.cabal b/exceptions.cabal
index ea898d7..da80dda 100644
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -1,6 +1,6 @@
 name:          exceptions
 category:      Control, Exceptions, Monad
-version:       0.10.3
+version:       0.10.4
 cabal-version: >= 1.8
 license:       BSD3
 license-file:  LICENSE
-- 
GitLab