From cf00d69539a2291aaed7238c36d3991b70aacb21 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Mon, 8 Jul 2024 15:46:44 +0200 Subject: [PATCH] Release 9.0.0 --- CHANGELOG.md | 12 ++++++++++++ voxpupuli-test.gemspec | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9667eee..da63820 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [v9.0.0](https://github.com/voxpupuli/voxpupuli-test/tree/v9.0.0) (2024-07-08) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v8.1.0...v9.0.0) + +**Breaking changes:** + +- require rspec-puppet-facts 5.x; drop legacy facts support [\#132](https://github.com/voxpupuli/voxpupuli-test/pull/132) ([bastelfreak](https://github.com/bastelfreak)) + +**Fixed bugs:** + +- custom facts: Honour stringified facts [\#144](https://github.com/voxpupuli/voxpupuli-test/pull/144) ([bastelfreak](https://github.com/bastelfreak)) + ## [v8.1.0](https://github.com/voxpupuli/voxpupuli-test/tree/v8.1.0) (2024-07-05) [Full Changelog](https://github.com/voxpupuli/voxpupuli-test/compare/v8.0.0...v8.1.0) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index a93c6e4..ba97899 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-test' - s.version = '8.1.0' + s.version = '9.0.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'http://github.com/voxpupuli/voxpupuli-test'