diff --git a/CHANGELOG.md b/CHANGELOG.md index b92a7c9ab5dd..cdb39510e8a7 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 -- added 0-size message to o-server root processes - ### Removed ### Deprecated +## [2.43.1] - 2024-01-29 + +### Fixed + +- Added 0-size message to o-server root processes (fixes #2557) + ## [2.43.0] - 2023-12-21 ### Added diff --git a/CMakeLists.txt b/CMakeLists.txt index 371040a11279..2acb9ba62a22 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.43.0 + VERSION 2.43.1 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui