From bdc980e5ced804f78599d9cdff02cf6d10c9349d Mon Sep 17 00:00:00 2001 From: Sung <8265228+sungwoncho@users.noreply.github.com> Date: Sat, 3 Feb 2024 11:54:46 +1100 Subject: [PATCH] Release CLI 0.15.1 (#661) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54a8a155..069f2dd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -211,6 +211,11 @@ The following log documentes the history of the CLI project None +### 0.15.1 - 2024-02-03 + +* Upgrade `color` dependency (#660). +* Use Go 1.21 (#658). + ### 0.15.0 - 2023-05-27 * Add `enableUpgradeCheck` configuration to allow to opt out of automatic update check.