Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
chore(release): 4.44.2 [skip ci]
Browse files Browse the repository at this point in the history
### [4.44.2](4.44.1...4.44.2) (2022-09-06)

### Bug Fixes

* **cron:** fix clean up of cron handler ([4190255](4190255))
* **items:** ensure items coming from group members are wrapped in ItemProxy ([19bd416](19bd416))
  • Loading branch information
semantic-release-bot committed Sep 6, 2022
1 parent 2ba8ae8 commit 79cf45e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 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

### [4.44.2](https://github.com/boc-tothefuture/openhab-jruby/compare/4.44.1...4.44.2) (2022-09-06)


### Bug Fixes

* **cron:** fix clean up of cron handler ([4190255](https://github.com/boc-tothefuture/openhab-jruby/commit/41902553270a7cc9871b132586936d2d66f4bdc7))
* **items:** ensure items coming from group members are wrapped in ItemProxy ([19bd416](https://github.com/boc-tothefuture/openhab-jruby/commit/19bd4165342152f58380cbaa4dd794f9fcd5a627))

### [4.44.1](https://github.com/boc-tothefuture/openhab-jruby/compare/4.44.0...4.44.1) (2022-08-20)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
openhab-scripting (4.44.1)
openhab-scripting (4.44.2)
bundler (~> 2.2)
marcel (~> 1.0)
method_source (~> 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/openhab/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#
module OpenHAB
# @return [String] Version of OpenHAB helper libraries
VERSION = '4.44.1'
VERSION = '4.44.2'
end

0 comments on commit 79cf45e

Please sign in to comment.