diff --git a/CHANGELOG.md b/CHANGELOG.md index cae565a2ffc6..9a5b0412e374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [1.1.14] - 2020-11-02 + +### Fixed + +- Leap year bug in MAPL_ExtDataGridComp + +### Changed + +- MAPL_CFIO change from CVS tag `GEOSadas-5_27_1` + ## [1.1.13] - 2019-12-09 ### Fixed diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a3bce9e8440..a8e7e4b0c711 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy (SET CMP0054 NEW) project ( MAPL - VERSION 1.1.8 + VERSION 1.1.14 LANGUAGES Fortran CXX C) # Note - CXX is required for ESMF if (NOT COMMAND esma) # build as standalone project