diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 0f865a95e5c28a6ccadfb8fd914c832d98b8e8d2..23b8a11c85d545689e59a792d0bafdeeebe9356f 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,5 +1,5 @@ -next [????.??.??] ------------------ +0.10.2 [2019.05.02] +------------------- * Allow building with `base-4.13`/`template-haskell-2.15`. 0.10.1 [2019.03.26] diff --git a/exceptions.cabal b/exceptions.cabal index 9ff1bc16aaabcffdd6b245302a4ff495def409b3..3ccd26b6e53a66890b64d3718aebe7c9054aa073 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad -version: 0.10.1 +version: 0.10.2 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE