Skip to content

Commit 7f160d7

Browse files
authored
Merge pull request #116 from puppetlabs/release-prep
Release prep v3.4.0
2 parents ab34704 + 67e3541 commit 7f160d7

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,13 +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-
## [v3.3.0](https://github.com/puppetlabs/puppet-lint/tree/v3.3.0) - 2023-03-07
8+
## [v3.4.0](https://github.com/puppetlabs/puppet-lint/tree/v3.4.0) - 2023-04-04
99

10-
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.2.0...v3.3.0)
10+
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.3.0...v3.4.0)
1111

12-
### Added
12+
### Fixed
1313

14-
- (CONT-233) - Add version input to gem_release_prep.yml [#102](https://github.com/puppetlabs/puppet-lint/pull/102) ([jordanbreen28](https://github.com/jordanbreen28))
14+
- (maint) Update issues URL [#112](https://github.com/puppetlabs/puppet-lint/pull/112) ([pmcmaw](https://github.com/pmcmaw))
15+
16+
## [v3.3.0](https://github.com/puppetlabs/puppet-lint/tree/v3.3.0) - 2023-03-07
17+
18+
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.2.0...v3.3.0)
1519

1620
### Fixed
1721

lib/puppet-lint/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class PuppetLint
2-
VERSION = '3.3.0'.freeze
2+
VERSION = '3.4.0'.freeze
33
end

0 commit comments

Comments
 (0)