From cb4f7d61bcd990e7990897d7a22c2ce784532022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 13:06:11 +0000 Subject: [PATCH] v5.27.2 --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- Gemfile.ruby-2.6.lock | 2 +- lib/openhab/dsl/version.rb | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b177cb1f4..e945cfd02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # JRuby openHAB Scripting Change Log +## [v5.27.2](https://github.com/openhab/openhab-jruby/tree/v5.27.2) (2024-09-11) + +**Full Changelog**: [v5.27.1...v5.27.2](https://github.com/openhab/openhab-jruby/compare/v5.27.1...v5.27.2) + ## [v5.27.1](https://github.com/openhab/openhab-jruby/tree/v5.27.1) (2024-09-09) ### Bug Fixes diff --git a/Gemfile.lock b/Gemfile.lock index 9dc34906b..7bf3c5f9c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.27.1) + openhab-scripting (5.27.2) 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 f8051b405..b64214220 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.27.1) + openhab-scripting (5.27.2) 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 0af14ac22..ccf50f981 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.27.1" + VERSION = "5.27.2" end end