diff --git a/CHANGELOG.md b/CHANGELOG.md index 5815f95..6876083 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [3.0.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/3.0.0) (2023-11-21) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/2.4.0...3.0.0) + +**Breaking changes:** + +- Use beaker-hiera 1.x with hiera.yaml version 5 [\#75](https://github.com/voxpupuli/voxpupuli-acceptance/pull/75) ([ekohl](https://github.com/ekohl)) + ## [2.4.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/2.4.0) (2023-11-06) [Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/2.3.0...2.4.0) diff --git a/voxpupuli-acceptance.gemspec b/voxpupuli-acceptance.gemspec index 5cd89bb..ef128a0 100644 --- a/voxpupuli-acceptance.gemspec +++ b/voxpupuli-acceptance.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-acceptance' - s.version = '2.4.0' + s.version = '3.0.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-acceptance'