diff --git a/CHANGELOG.md b/CHANGELOG.md index aafc67b..0fc8d9d 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). -## [8.0.1] - TBD +## [8.0.1] - 2024-09-30 ### Added - Added error handling to exit the model if JVN_ is less than number of entries in FJX_j2j.dat diff --git a/CMakeLists.txt b/CMakeLists.txt index a7423e5..b3309da 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ # Cloud-J/CMakeLists.txt cmake_minimum_required(VERSION 3.5) -project(CLOUDJ VERSION 8.0.0 LANGUAGES Fortran) +project(CLOUDJ VERSION 8.0.1 LANGUAGES Fortran) #----------------------------------------------------------------------------- # Add CMakeScripts/ to the module path