From ba22bcef988fb34faf3779415e2f564b78587111 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Wed, 27 Nov 2024 10:46:52 -0500 Subject: [PATCH] Update changelog for release --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a372a20..e1b139c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed bad behavior in the `MPI_STACK` detection on subsequent calls to `DetermineMPIStack` - ### Removed ### Added @@ -19,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [4.10.0] - 2024-11-27 + +### Fixed + +- Fixed bad behavior in the `MPI_STACK` detection on subsequent calls to `DetermineMPIStack` + ## [4.9.0] - 2024-11-13 ### Fixed