From a8d907467b005cfe5e2d9362bb2d81840b57ede0 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 19 Apr 2023 09:24:32 +0000 Subject: [PATCH] Release prep v6.0.0-rc.1 --- CHANGELOG.md | 11 +++++++++++ lib/puppetlabs_spec_helper/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e177963e..6df3e5e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v6.0.0-rc.1](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.0-rc.1) - 2023-04-19 + +[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v5.0.3...v6.0.0-rc.1) + +### Added + +- (CONT-807) Ruby 3 / Puppet 8 Additions [#393](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/393) ([chelnak](https://github.com/chelnak)) + +### Changed +- (CONT-807) Add Ruby 3.2 support [#390](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/390) ([GSPatton](https://github.com/GSPatton)) + ## [v5.0.3](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v5.0.3) - 2023-01-25 [Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v5.0.2...v5.0.3) diff --git a/lib/puppetlabs_spec_helper/version.rb b/lib/puppetlabs_spec_helper/version.rb index b93ba2a2..cbaed053 100644 --- a/lib/puppetlabs_spec_helper/version.rb +++ b/lib/puppetlabs_spec_helper/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module PuppetlabsSpecHelper - VERSION = '5.0.3' + VERSION = '6.0.0.rc.1' end