CHANGELOG.md in commit_format-0.2.0 vs CHANGELOG.md in commit_format-0.2.1
- old
+ new
@@ -1,6 +1,12 @@
# Commit Format
+## 0.2.1
+
+### Fixed
+
+- [bd1a3d5](https://github.com/tombruijn/commit-format/commit/bd1a3d5a7466cf8c18634474d009021c034d9b15) patch - Paragraph flag doesn't join link references on multiple lines.
+
## 0.2.0
### Added
- [5c3aed6](https://github.com/tombruijn/commit-format/commit/5c3aed6b4d4610842fbf57e7b4fede06283c6bba) minor - Add paragraph flag to format message body output to join paragraph lines. This is similar to how GitHub now formats Pull Requests with a single commit. Use `-p`/`--paragraph` to use this feature.