diff --git a/CHANGELOG.md b/CHANGELOG.md index 679ce4e05a3a..e6897c05f14d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Corrected some unit tests (and test utilities) to fix dangling pointers detected by NAG. Most (possibly all) of these changes are already on release/MAPL-v3, but it was getting annoying to have NAG fail unit tests with develop branch. - ### Removed ### Deprecated +## [2.42.2] - 2023-12-05 + +### Fixed + +- Corrected some unit tests (and test utilities) to fix dangling pointers detected by NAG. Most (possibly all) of these changes are already on release/MAPL-v3, but it was getting annoying to have NAG fail unit tests with develop branch. + ## [2.42.1] - 2023-11-20 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index af1e66536d35..aacbceffa2aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.42.1 + VERSION 2.42.2 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui