Skip to content

Commit f124162

Browse files
authored
Merge pull request #394 from puppetlabs/release-prep
Release prep v6.0.0
2 parents dcdd939 + ce7d408 commit f124162

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ 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.0-rc.1](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.0-rc.1) - 2023-04-19
8+
## [v6.0.0](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.0) - 2023-04-25
99

10-
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v5.0.3...v6.0.0-rc.1)
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v6.0.0.rc.1...v6.0.0)
11+
12+
### Added
13+
14+
- Use rspec-puppet settings to configure Puppet [#389](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/389) ([ekohl](https://github.com/ekohl))
15+
16+
## [v6.0.0.rc.1](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.0.rc.1) - 2023-04-19
17+
18+
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v5.0.3...v6.0.0.rc.1)
1119

1220
### Added
1321

lib/puppetlabs_spec_helper/version.rb

Lines changed: 1 addition & 1 deletion
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.0.rc.1'
4+
VERSION = '6.0.0'
55
end

0 commit comments

Comments
 (0)