From 3ad30c452492e49158b0bc485bb756fa05e3b031 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 12 Jul 2024 06:09:40 +0000 Subject: [PATCH] [tagpr] update CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d9b430..14c6f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v0.4.1](https://github.com/fujiwara/ecrm/compare/v0.4.0...v0.4.1) - 2024-07-12 +- modernization by @fujiwara in https://github.com/fujiwara/ecrm/pull/21 +- Bump github.com/Songmu/prompter from 0.5.0 to 0.5.1 by @dependabot in https://github.com/fujiwara/ecrm/pull/29 +- Bump github.com/google/go-containerregistry from 0.16.1 to 0.20.0 by @dependabot in https://github.com/fujiwara/ecrm/pull/28 +- Bump the aws-sdk-go-v2 group with 5 updates by @dependabot in https://github.com/fujiwara/ecrm/pull/25 +- Bump github.com/aws/aws-lambda-go from 1.32.0 to 1.47.0 by @dependabot in https://github.com/fujiwara/ecrm/pull/27 +- Bump github.com/fatih/color from 1.13.0 to 1.17.0 by @dependabot in https://github.com/fujiwara/ecrm/pull/26 + ## [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