Skip to content

Commit

Permalink
Merge pull request #38 from bastelfreak/rel111
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
bastelfreak authored May 28, 2024
2 parents beaea1d + 64144a0 commit 6de0ca3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.1.1](https://github.com/voxpupuli/beaker-hiera/tree/1.1.1) (2024-05-28)

[Full Changelog](https://github.com/voxpupuli/beaker-hiera/compare/1.1.0...1.1.1)

There were some problems with the CI pipeline, so the 1.1.0 release was only published to GitHub packages, not to rubygems.org. This is fixed with the 1.1.1 release.

**Fixed bugs:**

- Fix typo in CI config [\#36](https://github.com/voxpupuli/beaker-hiera/pull/36) ([bastelfreak](https://github.com/bastelfreak))

## [1.1.0](https://github.com/voxpupuli/beaker-hiera/tree/1.1.0) (2024-05-28)

[Full Changelog](https://github.com/voxpupuli/beaker-hiera/compare/1.0.0...1.1.0)
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 = '1.1.0'.freeze
STRING = '1.1.1'.freeze
end
end
end
Expand Down

0 comments on commit 6de0ca3

Please sign in to comment.