From 516c731dc32905ded159092aad31e00e48b48f66 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Wed, 29 May 2024 11:47:55 +0200 Subject: [PATCH] Release 3.2.0 --- CHANGELOG.md | 10 ++++++++++ voxpupuli-acceptance.gemspec | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f8a55..019e979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## [3.2.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/3.2.0) (2024-05-29) + +[Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/3.1.0...3.2.0) + +**Implemented enhancements:** + +- Add Ruby 3.3 to CI matrix [\#82](https://github.com/voxpupuli/voxpupuli-acceptance/pull/82) ([bastelfreak](https://github.com/bastelfreak)) +- puppetlabs\_spec\_helper: Allow 7.x [\#81](https://github.com/voxpupuli/voxpupuli-acceptance/pull/81) ([bastelfreak](https://github.com/bastelfreak)) +- Require beaker 6.x [\#80](https://github.com/voxpupuli/voxpupuli-acceptance/pull/80) ([bastelfreak](https://github.com/bastelfreak)) + ## [3.1.0](https://github.com/voxpupuli/voxpupuli-acceptance/tree/3.1.0) (2024-05-02) [Full Changelog](https://github.com/voxpupuli/voxpupuli-acceptance/compare/3.0.0...3.1.0) diff --git a/voxpupuli-acceptance.gemspec b/voxpupuli-acceptance.gemspec index 62ed762..d6259c4 100644 --- a/voxpupuli-acceptance.gemspec +++ b/voxpupuli-acceptance.gemspec @@ -2,7 +2,7 @@ Gem::Specification.new do |s| s.name = 'voxpupuli-acceptance' - s.version = '3.1.0' + s.version = '3.2.0' s.authors = ['Vox Pupuli'] s.email = ['pmc@voxpupuli.org'] s.homepage = 'https://github.com/voxpupuli/voxpupuli-acceptance'