Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed May 19, 2021
1 parent d829b9e commit 2b8a2ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@

## Details

### <a name = "0.4.0">0.4.0 - 19 May, 2021

* Support Ruby 3
* Handle an array of hosts in copy_hiera_data_to

### <a name = "0.3.0">0.3.0 - 18 May, 2021

* Major update to work with Beaker 4
Expand Down
2 changes: 1 addition & 1 deletion lib/beaker-hiera/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module Helpers
module Hiera
module Version
# Current version of beaker-hiera
STRING = '0.3.0'.freeze
STRING = '0.4.0'.freeze
end
end
end
Expand Down

0 comments on commit 2b8a2ac

Please sign in to comment.