diff --git a/CHANGELOG.md b/CHANGELOG.md index 11fe5e8297a3..637de532d1ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Fixed -- fixes a bug deallocating a pointer potentially pointing to shared memory allocated by MAPL_Shmem ### Added @@ -18,6 +17,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Deprecated +## [2.19.1] - 2022-03-24 + +### Fixed + +- Fix a bug deallocating a pointer potentially pointing to shared memory allocated by MAPL_Shmem + ## [2.19.0] - 2022-03-18 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 5090ffa19888..de364339a5cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( MAPL - VERSION 2.19.0 + VERSION 2.19.1 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF # Set the default build type to release