From 7b266bc1728cfcc46e62a25c4dbafde84aa88973 Mon Sep 17 00:00:00 2001 From: Giacomo Marciani Date: Mon, 3 Aug 2026 15:51:20 -0400 Subject: [PATCH] [Docs] Remove duplicate entry in changelog for version 3.14.1. --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e996ff52..7b38aac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,12 +22,6 @@ This file is used to list changes made in each version of the aws-parallelcluste - Direct users to slurm_resume log to see EC2 error codes if no instances are launched. - Emit clustermgtd heartbeat as a structured event to CloudWatch Logs for metric filter-based monitoring. -3.14.1 ------- - -**CHANGES** -- There were no changes for this version. - 3.14.2 ------