From 5828f484d0b1fcd7fbf8a6e4901a2725f03146cf Mon Sep 17 00:00:00 2001 From: Adam Abrams Date: Wed, 28 Apr 2021 23:55:37 -0500 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c15cc3d..10515f5 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.13.4] - 2021-04-28 +### Fixed +- Correct handling of urls for repos cloned using ssh. + +### Changed +- Use smaller gif files. + ## [0.13.3] - 2021-02-21 ### Fixed - Correct output for `change --version`. @@ -185,7 +192,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.13.3...HEAD +[Unreleased]: https://github.com/adamtabrams/change/compare/0.13.4...HEAD +[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 [0.13.2]: https://github.com/adamtabrams/change/compare/0.13.1...0.13.2 [0.13.1]: https://github.com/adamtabrams/change/compare/0.13.0...0.13.1