diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
index f364a5fbc31bda0fbea7286c7c1ee82c6dbcac99..c78250c60bf83d26f6e23097cf30f7cd6ed1d810 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 fe649d58f558fe180a5c0a96c2ae6d2713df57ec..e47b44361e1e191a42f3617c103358ea29ed781a 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