diff --git a/CMakeLists.txt b/CMakeLists.txt index ab19bce412b58927c3a49a694e4b20ff819c0bc1..42b55b5b13f50e469271aa780d71148d5cdddff6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ cmake_minimum_required(VERSION 3.15) project( EvalHyd LANGUAGES CXX - VERSION 0.1.1 + VERSION 0.1.2 DESCRIPTION "Utility to evaluate streamflow predictions" ) diff --git a/changelog.rst b/changelog.rst index c5c7235cb566e0740fc53894857465679ac1b2d6..5aef833cdcef4fb297f4f8a2218e68fdfc37a23f 100644 --- a/changelog.rst +++ b/changelog.rst @@ -5,6 +5,11 @@ latest Yet to be versioned and released. Only available from *dev* branch until then. +v0.1.2 +------ + +Released on 2024-01-22. + .. rubric:: Scope changes * add support for minute and hourly time steps in bootstrapping functionality