diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index c2438c8c2e5c43bd1d29de598dc6baf2ec3e60c5..43117c5f2c1f919fe6602d8f216b6157b746bb6e 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,5 @@ -next [????.??.??] ------------------ +0.10.1 [2019.03.26] +------------------- * Define a `MonadFail` instance for `CatchT`. * Allow `QuickCheck-2.13` in the test suite. diff --git a/exceptions.cabal b/exceptions.cabal index 6158a757b4dc86b97196823cea9047d2826f20c2..79a9dc3342a14a7e59a32ba3cd24ab8d4c5d881c 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad -version: 0.10.0 +version: 0.10.1 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE