diff --git a/CHANGELOG.md b/CHANGELOG.md index 53dbee103944..3669b343278b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,14 +11,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Fixed bug with cycle plament in coupler loop in History - ### Fixed ### Removed ### Deprecated +## [2.50.2] - 2024-10-30 + +### Fixed + +- Fixed bug with cycle placement in coupler loop in History + ## [2.50.1] - 2024-10-18 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 2c9918425f9c..c8c6ebf7a5bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.50.1 + VERSION 2.50.2 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui