From f3169bb04d13d0220238d969eb776b26f41ee415 Mon Sep 17 00:00:00 2001 From: Eoin Whelan Date: Tue, 10 Feb 2026 11:32:44 +0000 Subject: [PATCH] Obsmon v4.5.0 --- docs/CHANGELOG.md | 7 +++++-- src/src_info_obsmon.R | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 0cffab9..9e0a6e8 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,13 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] +## [4.5.0] 2026-02-10 +### Added +- Add documentation in markdown using Julia [!31](https://github.com/Hirlam/obsmon/pull/31) ### Changed - +- Correct Change Log [!39](https://github.com/Hirlam/obsmon/pull/39) - Add Change Log and check on PRs [!38](https://github.com/Hirlam/obsmon/pull/38) - Update R packages installed by Obsmon [!37](https://github.com/Hirlam/obsmon/pull/37) - Remove deprecated use of `multiprocess` [!33](https://github.com/Hirlam/obsmon/pull/33) - Updates to the documentation [!32](https://github.com/Hirlam/obsmon/pull/32) -- Add documentation in markdown using Julia [!31](https://github.com/Hirlam/obsmon/pull/31) +### Fixed ## [4.4.0] 2022-08-03 diff --git a/src/src_info_obsmon.R b/src/src_info_obsmon.R index 2f4e870..0f06b9e 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.4.0" +obsmonVersion <- "4.5.0" # Having the git info gathered below is useful when providing support to users readGitInfoFromFile <- function(fPath=".obsmon_git_info") {