diff --git a/CHANGELOG.md b/CHANGELOG.md index ff93e13..16113e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.5] - 2024-08-29 +### Fixed +- Handle extra remotes and urls (#22). + +### Changed +- Remove pre commit hook (#24). + ## [0.14.4] - 2022-03-11 ### Fixed - Regex was matching substring of the wrong version (#20). @@ -222,7 +229,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.4...HEAD +[Unreleased]: https://github.com/adamtabrams/change/compare/0.14.5...HEAD +[0.14.5]: https://github.com/adamtabrams/change/compare/0.14.4...0.14.5 [0.14.4]: https://github.com/adamtabrams/change/compare/0.14.3...0.14.4 [0.14.3]: https://github.com/adamtabrams/change/compare/0.14.2...0.14.3 [0.14.2]: https://github.com/adamtabrams/change/compare/0.14.1...0.14.2 diff --git a/change b/change index 1d7243e..34051e4 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.4" +change_version="0.14.5" nl=" "