From c473fd36270c809b2e07ca9953ad004b4e7466b0 Mon Sep 17 00:00:00 2001 From: Adam Abrams Date: Fri, 30 Apr 2021 23:22:26 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 7 ++++++- change | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 398a74e..59e5077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.1] - 2021-04-30 +### Fixed +- Correct handling of help and version flags or commands. + ## [0.14.0] - 2021-04-30 ### Added - Create a new flag for running a version bump script. @@ -203,7 +207,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Created a proof of concept for a changelog updater. -[Unreleased]: https://github.com/adamtabrams/change/compare/0.14.0...HEAD +[Unreleased]: https://github.com/adamtabrams/change/compare/0.14.1...HEAD +[0.14.1]: https://github.com/adamtabrams/change/compare/0.14.0...0.14.1 [0.14.0]: https://github.com/adamtabrams/change/compare/0.13.4...0.14.0 [0.13.4]: https://github.com/adamtabrams/change/compare/0.13.3...0.13.4 [0.13.3]: https://github.com/adamtabrams/change/compare/0.13.2...0.13.3 diff --git a/change b/change index f3e065b..5562ac4 100755 --- a/change +++ b/change @@ -4,7 +4,7 @@ change_file="CHANGELOG.md" xdg_data_home=${XDG_DATA_HOME:-$HOME/.local/share} auth_dir="$xdg_data_home/change/" auth_file="$auth_dir/auth" -change_version="0.14.0" +change_version="0.14.1" nl=" "