From b3f04310ddeff974b5d23c98ebc80e32f5d766dd Mon Sep 17 00:00:00 2001 From: Eoin Whelan Date: Tue, 10 Feb 2026 11:54:16 +0000 Subject: [PATCH] Add 4.5.1 release changes --- docs/CHANGELOG.md | 4 ++++ src/src_info_obsmon.R | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 9e0a6e8..25fb504 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] +## [4.5.1] 2026-02-10 +### Fixed +- Correct version and merge this time! [!40](https://github.com/Hirlam/obsmon/pull/40) + ## [4.5.0] 2026-02-10 ### Added - Add documentation in markdown using Julia [!31](https://github.com/Hirlam/obsmon/pull/31) diff --git a/src/src_info_obsmon.R b/src/src_info_obsmon.R index 0f06b9e..d03031e 100644 --- a/src/src_info_obsmon.R +++ b/src/src_info_obsmon.R @@ -1,5 +1,5 @@ # obsmonVersion is shown in the GUI and also printed along with the banner -obsmonVersion <- "4.5.0" +obsmonVersion <- "4.5.1" # Having the git info gathered below is useful when providing support to users readGitInfoFromFile <- function(fPath=".obsmon_git_info") {