diff --git a/CHANGELOG.md b/CHANGELOG.md index e94eb75..da75465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.3.2.12] - 2019-09-27 + +### Changed + +- Bump upper bound for `template-haskell` to allow 2.15. + +## [2.3.2.11] - 2019-03-30 + +### Changed + +- Bump upper bound for `QuickCheck` to allow 2.13. + ## [2.3.2.10] - 2019-01-21 ### Changed diff --git a/email-validate.cabal b/email-validate.cabal index 8541da3..69d86b0 100644 --- a/email-validate.cabal +++ b/email-validate.cabal @@ -1,5 +1,5 @@ name: email-validate -version: 2.3.2.11 +version: 2.3.2.12 license: BSD3 license-file: LICENSE author: George Pollard @@ -19,7 +19,7 @@ source-repository head source-repository this type: git location: git://github.com/Porges/email-validate-hs.git - tag: v2.3.2.11 + tag: v2.3.2.12 library build-depends: