diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0a4f6..d66c43f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.5.0 + +* BREAKING CHANGE: [Drop support for `system-filepath`](https://github.com/Gabriella439/optparse-generic/pull/106) +* [Add support for more `Data.Time` types](https://github.com/Gabriella439/optparse-generic/pull/102) + 1.4.9 * [Add `Data` instance for `Unwrapped`](https://github.com/Gabriella439/optparse-generic/pull/100) diff --git a/optparse-generic.cabal b/optparse-generic.cabal index 4360d90..6c9b334 100644 --- a/optparse-generic.cabal +++ b/optparse-generic.cabal @@ -1,5 +1,5 @@ Name: optparse-generic -Version: 1.4.9 +Version: 1.5.0 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3