diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f0d60de50..d4fbe0f0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # JRuby openHAB Scripting Change Log +## [v5.19.1](https://github.com/openhab/openhab-jruby/tree/v5.19.1) (2024-05-21) + +### Bug Fixes + +- change in Buttongrid: call create_button_definition in OH4.2 by [@jimtng](https://github.com/jimtng) in [#270](https://github.com/openhab/openhab-jruby/pull/270) + +**Full Changelog**: [v5.19.0...v5.19.1](https://github.com/openhab/openhab-jruby/compare/v5.19.0...v5.19.1) + ## [v5.19.0](https://github.com/openhab/openhab-jruby/tree/v5.19.0) (2024-05-16) ### Features diff --git a/Gemfile.lock b/Gemfile.lock index 0f71e642e3..5ed3594353 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.19.0) + openhab-scripting (5.19.1) bundler (~> 2.2) marcel (~> 1.0) method_source (~> 1.0) diff --git a/Gemfile.ruby-2.6.lock b/Gemfile.ruby-2.6.lock index 6cc0c89ec0..9bd52af69d 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.19.0) + openhab-scripting (5.19.1) bundler (~> 2.2) marcel (~> 1.0) method_source (~> 1.0) diff --git a/lib/openhab/dsl/version.rb b/lib/openhab/dsl/version.rb index 1c9e51703e..e0d739c13a 100644 --- a/lib/openhab/dsl/version.rb +++ b/lib/openhab/dsl/version.rb @@ -4,6 +4,6 @@ module OpenHAB module DSL # Version of openHAB helper libraries # @return [String] - VERSION = "5.19.0" + VERSION = "5.19.1" end end