diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ae519d..343c915 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Unreleased +# 0.12.1.0 + +- GHC 8.4.1 support - Update 'base' dependency bounds - Add `Semigroup` instance to the `Prod` type diff --git a/Earley.cabal b/Earley.cabal index d84a363..8eb7ca9 100644 --- a/Earley.cabal +++ b/Earley.cabal @@ -1,5 +1,5 @@ name: Earley -version: 0.12.0.1 +version: 0.12.1.0 synopsis: Parsing all context-free grammars using Earley's algorithm. description: See for more information and