diff --git a/ChangeLog.md b/ChangeLog.md index 9d88999..9c79841 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # Revision history for butcher +## 1.2.1.0 -- November 2017 + +* Fix bug in 'ppUsageWithHelp' +* some utilities for interactive usage in new module + `UI.Butcher.Monadic.Interactive` + ## 1.2.0.0 -- October 2017 * Rename some `Monadic.Param.*`, deprecate old versions. diff --git a/butcher.cabal b/butcher.cabal index 79bc350..fce46d6 100644 --- a/butcher.cabal +++ b/butcher.cabal @@ -1,5 +1,5 @@ name: butcher -version: 1.2.0.0 +version: 1.2.1.0 synopsis: Chops a command or program invocation into digestable pieces. description: See the (it is properly formatted on github). license: BSD3