diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 1fd3dcf9a7b86bfc82a28eeb278dc1db829f00ee..f32cccf44c52f5b1ce8f1572f37b32d748efe531 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,5 @@ -next [????.??.??] ------------------ +0.10.5 [2022.05.07] +------------------- * Allow building with `transformers-0.6.*` and `mtl-2.3.*`. 0.10.4 [2019.12.26] diff --git a/exceptions.cabal b/exceptions.cabal index a6c652e8a6bc556666073d07428e8d0267426e65..6213bb41225b45679df6193f188ab2111171a75c 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad -version: 0.10.4 +version: 0.10.5 cabal-version: >= 1.10 license: BSD3 license-file: LICENSE