From ce959fcb7a396a4fb69ce62315fecd6d69173711 Mon Sep 17 00:00:00 2001 From: Jair Aviles Date: Mon, 21 Jul 2025 16:18:06 -0700 Subject: [PATCH] Update changelod markdown --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ce69bc..1d4e09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.4.1 (July 21, 2025) +Bump the Go language version to `v1.24.2` to fix the following security vulnerabilities: + +- [CVE-2025-22871](https://nvd.nist.gov/vuln/detail/CVE-2025-22871) +- [CVE-2024-45337](https://github.com/advisories/GHSA-v778-237x-gjrc) + ## 1.4.0 (April 7, 2025) Adds graceful handling of 404 errors when getting resources. The resource is now removed from the state file and regenerated on the next plan/apply.