Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/src_info_obsmon.R
Original file line number Diff line number Diff line change
@@ -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") {
Expand Down