diff --git a/CHANGELOG.md b/CHANGELOG.md index cfea0235e181..c432373df80f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [2.46.4] - 2024-10-07 + +### Fixed + +- Removed erroneous asserts that blocked some use cases in creating route handles + ## [2.46.3] - 2024-08-16 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a0ecb3b109a..1f6fc9356cec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ endif () project ( MAPL - VERSION 2.46.3 + VERSION 2.46.4 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the possible values of build type for cmake-gui