diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index afca41a3f0bb22f2a2b4905d97a7303300e24805..bdfd3834ab95e033718ada53dfce930048fcc02d 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,3 +1,7 @@ +0.7 +--- +* `stm` support + 0.6 --- * Split out `MonadMask` diff --git a/exceptions.cabal b/exceptions.cabal index 0b115ea5fe8f2f9af08908267c6be26cae7ed460..e6dfac592bf7df943246194a0086a96191d18c08 100644 --- a/exceptions.cabal +++ b/exceptions.cabal @@ -1,6 +1,6 @@ name: exceptions category: Control, Exceptions, Monad -version: 0.6.1 +version: 0.7 cabal-version: >= 1.8 license: BSD3 license-file: LICENSE