From 596ef5386dd1b9af911d9e416caf78c37aca9c5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 00:02:30 +0000 Subject: [PATCH] v5.22.1 --- CHANGELOG.md | 8 ++++++++ Gemfile.lock | 2 +- Gemfile.ruby-2.6.lock | 2 +- lib/openhab/dsl/version.rb | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3067df72..350d2dbf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # JRuby openHAB Scripting Change Log +## [v5.22.1](https://github.com/openhab/openhab-jruby/tree/v5.22.1) (2024-07-06) + +### Bug Fixes + +- Support Milestones and RC versions by [@jimtng](https://github.com/jimtng) in [#302](https://github.com/openhab/openhab-jruby/pull/302) + +**Full Changelog**: [v5.22.0...v5.22.1](https://github.com/openhab/openhab-jruby/compare/v5.22.0...v5.22.1) + ## [v5.22.0](https://github.com/openhab/openhab-jruby/tree/v5.22.0) (2024-07-05) ### Features diff --git a/Gemfile.lock b/Gemfile.lock index 5f0cc5f93..2a01464da 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.22.0) + openhab-scripting (5.22.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 d062dbab3..7f717b12f 100644 --- a/Gemfile.ruby-2.6.lock +++ b/Gemfile.ruby-2.6.lock @@ -9,7 +9,7 @@ GIT PATH remote: . specs: - openhab-scripting (5.22.0) + openhab-scripting (5.22.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 1a67d4e1c..836db6e53 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.22.0" + VERSION = "5.22.1" end end