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.1 [skip ci]
Browse files Browse the repository at this point in the history
### [4.44.1](4.44.0...4.44.1) (2022-08-20)

### Bug Fixes

* **ruby:** fix error with jruby 9.3.7 ([82dced4](82dced4))
  • Loading branch information
semantic-release-bot committed Aug 20, 2022
1 parent 437fa2d commit 6cff615
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
JRuby OpenHAB Scripting Change Log

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


### Bug Fixes

* **ruby:** fix error with jruby 9.3.7 ([82dced4](https://github.com/boc-tothefuture/openhab-jruby/commit/82dced4e2bfea835bb655094e7cd9f42a967a143))

## [4.44.0](https://github.com/boc-tothefuture/openhab-jruby/compare/4.43.3...4.44.0) (2022-07-31)


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.0)
openhab-scripting (4.44.1)
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.0'
VERSION = '4.44.1'
end

0 comments on commit 6cff615

Please sign in to comment.