Skip to content

Commit

Permalink
bump to next version (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom committed Mar 27, 2024
1 parent 2e56e6d commit e140a61
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

# [0.25.0] - 03-27-2024

- [828](https://github.com/OSC/ood_core/pull/828) and [826](https://github.com/OSC/ood_core/pull/826)
add configurable heartbeats to noVNC connections.

# [0.24.2] - 01-24-2024

- [823](https://github.com/OSC/ood_core/pull/823) Corrected a mistake in converting duration to seconds.
* [821](https://github.com/OSC/ood_core/pull/821) add container_start_args to pass options to the start command.
- [821](https://github.com/OSC/ood_core/pull/821) add container_start_args to pass options to the start command.

## [0.24.1] - 11-29-2023

Expand Down
2 changes: 1 addition & 1 deletion lib/ood_core/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module OodCore
# The current version of {OodCore}
VERSION = "0.24.2"
VERSION = "0.25.0"
end

0 comments on commit e140a61

Please sign in to comment.