diff --git a/CHANGELOG.md b/CHANGELOG.md index 269644e..0949155 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ #### Upcoming +#### v0.2.1.0 + *Minor* -* Added bash completion for `--mode` and arguments. ([#13](https://github.com/hjwylde/omnifmt/issues/13)) +* Added Bash completion for `--mode` and arguments. ([#13](https://github.com/hjwylde/omnifmt/issues/13)) *Revisions* diff --git a/omnifmt.cabal b/omnifmt.cabal index 02e543d..f57daa1 100644 --- a/omnifmt.cabal +++ b/omnifmt.cabal @@ -1,5 +1,5 @@ name: omnifmt -version: 0.2.0.0 +version: 0.2.1.0 author: Henry J. Wylde maintainer: public@hjwylde.com