diff --git a/CMakeLists.txt b/CMakeLists.txt index c6f2bfc..ef08395 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,7 +20,7 @@ # ------------------------------------------------------------------------ # cmake_minimum_required (VERSION 3.12) project (PFLOGGER - VERSION 1.10.0 + VERSION 1.11.0 LANGUAGES Fortran) set (CMAKE_MODULE_PATH diff --git a/ChangeLog.md b/ChangeLog.md index f01b5f6..a6b6ad1 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.11.0] - 2023-11-29 + ### Fixed - Workarounds for MPICH C_LOC missing interface (https://github.com/pmodels/mpich/issues/6691)