Skip to content

Commit

Permalink
v5.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 30, 2024
1 parent e508ea0 commit 2111a8e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# JRuby openHAB Scripting Change Log

## [v5.24.2](https://github.com/openhab/openhab-jruby/tree/v5.24.2) (2024-07-30)

### Features

- Support creating a rule in an initially disabled state by [@jimtng](https://github.com/jimtng) in [#319](https://github.com/openhab/openhab-jruby/pull/319)

**Full Changelog**: [v5.24.1...v5.24.2](https://github.com/openhab/openhab-jruby/compare/v5.24.1...v5.24.2)

## [v5.24.1](https://github.com/openhab/openhab-jruby/tree/v5.24.1) (2024-07-26)

### Features
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
openhab-scripting (5.24.1)
openhab-scripting (5.24.2)
bundler (~> 2.2)
marcel (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.ruby-2.6.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ GIT
PATH
remote: .
specs:
openhab-scripting (5.24.1)
openhab-scripting (5.24.2)
bundler (~> 2.2)
marcel (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/openhab/dsl/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module OpenHAB
module DSL
# Version of openHAB helper libraries
# @return [String]
VERSION = "5.24.1"
VERSION = "5.24.2"
end
end

0 comments on commit 2111a8e

Please sign in to comment.