From 1c5e708330598b37fb20ed1e3b63b5f3f124fc6d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 22 Nov 2023 16:20:21 +0000 Subject: [PATCH] Release prep v4.0.1 --- CHANGELOG.md | 9 +++++---- lib/rspec-puppet/version.rb | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d301099e..0954422c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,13 @@ 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). -## [v5.0.0](https://github.com/puppetlabs/rspec-puppet/tree/v5.0.0) - 2023-10-18 +## [v4.0.1](https://github.com/puppetlabs/rspec-puppet/tree/v4.0.1) - 2023-11-22 -[Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v4.0.0...v5.0.0) +[Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v4.0.0...v4.0.1) -### Changed -- (CAT-1235) - Rename to puppetlabs-rspec-puppet [#76](https://github.com/puppetlabs/rspec-puppet/pull/76) ([jordanbreen28](https://github.com/jordanbreen28)) +### Fixed + +- (maint) - Add original owners [#90](https://github.com/puppetlabs/rspec-puppet/pull/90) ([jordanbreen28](https://github.com/jordanbreen28)) ## [v4.0.0](https://github.com/puppetlabs/rspec-puppet/tree/v4.0.0) - 2023-10-09 diff --git a/lib/rspec-puppet/version.rb b/lib/rspec-puppet/version.rb index 0589ce676..b8e0277a8 100644 --- a/lib/rspec-puppet/version.rb +++ b/lib/rspec-puppet/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RSpecPuppet - VERSION = '5.0.0' + VERSION = '4.0.1' end