diff --git a/CHANGELOG.md b/CHANGELOG.md index 35a4a4930..cdd2ff033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,14 @@ CLI command and its behaviour. There are no guarantees of stability for the +## 4.0.2 - 2024-07-03 + +### Fixed + +- Repaired a bug that would cause a crash when running + `annotate --merge-copyrights` on a file that does not yet have a year in the + copyright statement. This bug was introduced in v4.0.1. (#1030) + ## 4.0.1 - 2024-07-03 ### Fixed diff --git a/changelog.d/fixed/merge.md b/changelog.d/fixed/merge.md deleted file mode 100644 index 937a13f26..000000000 --- a/changelog.d/fixed/merge.md +++ /dev/null @@ -1,3 +0,0 @@ -- Repaired a bug that would cause a crash when running - `annotate --merge-copyrights` on a file that does not yet have a year in the - copyright statement. This bug was introduced in v4.0.1. (#1030)