From 9715d7632bc48bcd7d61dc198d1070f208b73201 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Tue, 29 Aug 2023 05:48:58 +0000
Subject: [PATCH 1/2] [tagpr] prepare for the next release


From 51833b77fc5db74bb80044a365cf6c6c1382b7c5 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]" <github-actions[bot]@users.noreply.github.com>
Date: Tue, 29 Aug 2023 05:48:59 +0000
Subject: [PATCH 2/2] [tagpr] update CHANGELOG.md

---
 CHANGELOG.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0ccd9a4..7d9b430 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Changelog
 
+## [v0.4.0](https://github.com/fujiwara/ecrm/compare/v0.3.3...v0.4.0) - 2023-08-29
+- support to expire image indexes and soci indexes. by @fujiwara in https://github.com/fujiwara/ecrm/pull/17
+- use go 1.21 by @fujiwara in https://github.com/fujiwara/ecrm/pull/19
+
 ## [v0.3.3](https://github.com/fujiwara/ecrm/compare/v0.3.2...v0.3.3) - 2022-09-06
 - Move -format flag to global. by @fujiwara in https://github.com/fujiwara/ecrm/pull/14