Skip to content

Commit

Permalink
Merge pull request rodjek#116 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v3.4.0
  • Loading branch information
GSPatton committed Apr 5, 2023
2 parents ab34704 + 67e3541 commit 7f160d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.md
Expand Up @@ -5,13 +5,17 @@ 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).

## [v3.3.0](https://github.com/puppetlabs/puppet-lint/tree/v3.3.0) - 2023-03-07
## [v3.4.0](https://github.com/puppetlabs/puppet-lint/tree/v3.4.0) - 2023-04-04

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

### Added
### Fixed

- (CONT-233) - Add version input to gem_release_prep.yml [#102](https://github.com/puppetlabs/puppet-lint/pull/102) ([jordanbreen28](https://github.com/jordanbreen28))
- (maint) Update issues URL [#112](https://github.com/puppetlabs/puppet-lint/pull/112) ([pmcmaw](https://github.com/pmcmaw))

## [v3.3.0](https://github.com/puppetlabs/puppet-lint/tree/v3.3.0) - 2023-03-07

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

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-lint/version.rb
@@ -1,3 +1,3 @@
class PuppetLint
VERSION = '3.3.0'.freeze
VERSION = '3.4.0'.freeze
end

0 comments on commit 7f160d7

Please sign in to comment.