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