diff --git a/CHANGES.md b/CHANGES.md index 424cd5d..189e8e2 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # Change log -## 0.6.1 +## 0.7 * Drop `MonadTrans (ExceptT e)` instance to allow `transformers-0.6.1`. See #70. diff --git a/selective.cabal b/selective.cabal index d7ae3a2..1d57ec5 100644 --- a/selective.cabal +++ b/selective.cabal @@ -1,5 +1,5 @@ name: selective -version: 0.6.1 +version: 0.7 synopsis: Selective applicative functors license: MIT license-file: LICENSE