Skip to content

Commit 9e988c8

Browse files
Merge pull request #410 from puppetlabs/release-prep
Release prep v6.0.2
2 parents e0613ff + 75c749e commit 9e988c8

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
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).
77

8+
## [v6.0.2](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.2) - 2023-09-25
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v6.0.1...v6.0.2)
11+
12+
### Fixed
13+
14+
- (CAT-1430) - Require puppet-lint ~> 4.0 [#409](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/409) ([jordanbreen28](https://github.com/jordanbreen28))
15+
816
## [v6.0.1](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.1) - 2023-04-25
917

1018
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v6.0.0...v6.0.1)
@@ -268,10 +276,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
268276

269277
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.5.1...v2.6.0)
270278

271-
### Added
272-
273-
- Add `defaults` section to `.fixtures.yml` [#218](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/218) ([](https://github.com/))
274-
275279
## [v2.5.1](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v2.5.1) - 2017-11-22
276280

277281
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v2.5.0...v2.5.1)

lib/puppetlabs_spec_helper/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module PuppetlabsSpecHelper
4-
VERSION = '6.0.1'
4+
VERSION = '6.0.2'
55
end

0 commit comments

Comments
 (0)