From dff1396eb6a85779b3e75ef8fb2bc947c4579876 Mon Sep 17 00:00:00 2001 From: Northeye Date: Thu, 21 Dec 2023 01:22:45 +0900 Subject: [PATCH] chore(main): release 2.0.2 --- CHANGELOG.md | 7 +++++++ version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6979f6..56ad5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.2](https://github.com/northeye/chissoku/compare/v2.0.1...v2.0.2) (2023-12-20) + + +### Bug Fixes + +* **earthly:** fix failed to retrieve artifact ([8b2c54c](https://github.com/northeye/chissoku/commit/8b2c54c30fb62223f03869685ded934c46d5d076)) + ## [2.0.1](https://github.com/northeye/chissoku/compare/v2.0.0...v2.0.1) (2023-12-20) diff --git a/version.go b/version.go index ab54151..65c6750 100644 --- a/version.go +++ b/version.go @@ -4,4 +4,4 @@ package main const ProgramName = `chissoku` // Version - program versoin -const Version = "2.0.1" // x-release-please-version +const Version = "2.0.2" // x-release-please-version