diff --git a/CHANGELOG.md b/CHANGELOG.md index 9df338f..38c03f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,29 @@ All notable changes to this project will be documented in this file. +## [v8.0.0](https://github.com/voxpupuli/voxpupuli-test/tree/v8.0.0) (2024-06-12) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.2.0...v8.0.0) + +**Breaking changes:** + +- rspec-puppet-facts: Require 4.x; add custom facts as strings [\#135](https://github.com/voxpupuli/voxpupuli-test/pull/135) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- Use our spec\_helper for tests [\#133](https://github.com/voxpupuli/voxpupuli-test/pull/133) ([bastelfreak](https://github.com/bastelfreak)) + +**Merged pull requests:** + +- gem build: include README.md+LICENSE [\#129](https://github.com/voxpupuli/voxpupuli-test/pull/129) ([bastelfreak](https://github.com/bastelfreak)) + ## [v7.2.0](https://github.com/voxpupuli/voxpupuli-test/tree/v7.2.0) (2024-05-23) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v7.1.0...v7.2.0) **Implemented enhancements:** +- Add Ruby 3.3 to CI matrix [\#128](https://github.com/voxpupuli/voxpupuli-test/pull/128) ([bastelfreak](https://github.com/bastelfreak)) - puppetlabs\_spec\_helper: Require 7.3 [\#126](https://github.com/voxpupuli/voxpupuli-test/pull/126) ([bastelfreak](https://github.com/bastelfreak)) ## [v7.1.0](https://github.com/voxpupuli/voxpupuli-test/tree/v7.1.0) (2023-11-23) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index 148a085..41def7a 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-test' - s.version = '7.2.0' + s.version = '8.0.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'