Skip to content

Commit e200634

Browse files
authored
Merge pull request #448 from puppetlabs/release-prep
Release prep v7.2.0
2 parents aa325c2 + 2d57fd0 commit e200634

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## [v7.2.0](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v7.2.0) - 2024-04-22
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v7.1.0...v7.2.0)
11+
12+
### Added
13+
14+
- (CAT-273) Remove plan exclusion from rake tasks [#447](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/447) ([LukasAud](https://github.com/LukasAud))
15+
16+
### Fixed
17+
18+
- puppet-syntax: Ensure we are using 4.1.1 or newer [#445](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/445) ([bastelfreak](https://github.com/bastelfreak))
19+
820
## [v7.1.0](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v7.1.0) - 2024-03-12
921

1022
[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v7.0.5...v7.1.0)

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 = '7.1.0'
4+
VERSION = '7.2.0'
55
end

0 commit comments

Comments
 (0)