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.46.1 [skip ci]
Browse files Browse the repository at this point in the history
### [4.46.1](4.46.0...4.46.1) (2022-12-01)

### Bug Fixes

* gemfile update to increment version past yanked gem and rubocop fixes ([bf59840](bf59840))
  • Loading branch information
semantic-release-bot committed Dec 1, 2022
1 parent 0e0e221 commit 6968772
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.46.1](https://github.com/boc-tothefuture/openhab-jruby/compare/4.46.0...4.46.1) (2022-12-01)


### Bug Fixes

* gemfile update to increment version past yanked gem and rubocop fixes ([bf59840](https://github.com/boc-tothefuture/openhab-jruby/commit/bf598400fd0bb0f4721874f596a629ed7b903bc2))

## [4.46.0](https://github.com/boc-tothefuture/openhab-jruby/compare/4.45.2...4.46.0) (2022-12-01)


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.46.0)
openhab-scripting (4.46.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.46.0'
VERSION = '4.46.1'
end

0 comments on commit 6968772

Please sign in to comment.