From 559134d1f8a0b777e9792fb9d01c4047ebf5e02e Mon Sep 17 00:00:00 2001 From: Miles Buechler Date: Mon, 10 Aug 2026 08:09:37 -0600 Subject: [PATCH] Update the version number --- CHANGELOG.md | 9 ++++++++- CMakeLists.txt | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a64284383b..d9167046b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,13 +5,20 @@ ### Added (new features/APIs/variables/...) ### Fixed (Repair bugs, etc) -- [[PR647]](https://github.com/lanl/singularity-eos/pull/647) Add missing headers to the registration in singularity-eos/CMakeLists.txt + ### Changed (changing behavior/API/variables/...) ### Infrastructure (changes irrelevant to downstream codes) ### Deprecated (soon to be removed behavior/API/variables/...) +## Release 1.12.1 +Date: 08/10/2026 + +### Fixed (Repair bugs, etc) +- [[PR647]](https://github.com/lanl/singularity-eos/pull/647) Add missing headers to the registration in singularity-eos/CMakeLists.txt + + ## Release 1.12.0 Date: 07/20/2026 diff --git a/CMakeLists.txt b/CMakeLists.txt index 2fd375db283..4f68a539eba 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ endif() # declare the project name project( singularity-eos - VERSION 1.12.0 + VERSION 1.12.1 LANGUAGES NONE) list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake")