diff --git a/CHANGELOG.md b/CHANGELOG.md index 57471e0..b34ff0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ This file documents all notable changes to the Cloud-J repository since the init 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). -## [7.7.2] - TBD +## [7.7.2] - 2024-07-12 ### Added - `.zenodo.json` file for auto-creation of DOI upon issuing a new release diff --git a/CMakeLists.txt b/CMakeLists.txt index 679f820..f73fc01 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Cloud-J/CMakeLists.txt cmake_minimum_required(VERSION 3.5) -project(CLOUDJ VERSION 7.7.1 LANGUAGES Fortran) +project(CLOUDJ VERSION 7.7.2 LANGUAGES Fortran) #----------------------------------------------------------------------------- # Add CMakeScripts/ to the module path