From 97507d71ab70e7939b585136ad55e398b4f05907 Mon Sep 17 00:00:00 2001
From: Ryan Scott <ryan.gl.scott@gmail.com>
Date: Sun, 4 Dec 2022 17:19:17 -0500
Subject: [PATCH] Version 0.10.7

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

diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
index f364a5f..c78250c 100644
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,5 +1,5 @@
-next [????.??.??]
------------------
+0.10.7 [2022.12.04]
+-------------------
 * On pre-8.0 GHCs, drop the `call-stack` dependency. This dependency was
   introduced in `exceptions-0.10.6`, but it induced breakage in libraries
   that derived instances of `MonadThrow`, `MonadCatch`, or `MonadMask` for
diff --git a/exceptions.cabal b/exceptions.cabal
index fe649d5..e47b443 100644
--- a/exceptions.cabal
+++ b/exceptions.cabal
@@ -1,6 +1,6 @@
 name:          exceptions
 category:      Control, Exceptions, Monad
-version:       0.10.6
+version:       0.10.7
 cabal-version: >= 1.10
 license:       BSD3
 license-file:  LICENSE
-- 
GitLab