diff --git a/CHANGELOG.md b/CHANGELOG.md index faa9166..fbfbf12 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.2 - 2023-11-02 +### Fixed +- Fixed ANSI codes not stripped away correctly + ## v1.0.1 - 2023-11-01 ### Fixed - Fixed the format of accounting logging in the --json mode. diff --git a/changelogs/unreleased/23-11-02-fix-strip-ansi.yaml b/changelogs/unreleased/23-11-02-fix-strip-ansi.yaml deleted file mode 100644 index fb6bfd9..0000000 --- a/changelogs/unreleased/23-11-02-fix-strip-ansi.yaml +++ /dev/null @@ -1,2 +0,0 @@ -fixed: - - Fixed ANSI codes not stripped away correctly