diff --git a/CHANGELOG.md b/CHANGELOG.md index 56eafc4b08fa..7e22131fa097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Removed +## [2.2.6] - 2020-06-26 + +### Fixed + +- Fixed double timers from profiler (#472) + ## [2.2.5] - 2020-06-24 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 3abbdc697610..269d4b4218bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( MAPL - VERSION 2.2.5 + VERSION 2.2.6 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if (EXISTS ${CMAKE_CURRENT_LIST_DIR}/ESMA_cmake)