Skip to content

Commit

Permalink
Release prep v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 25, 2023
1 parent b0570c0 commit 683143f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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).

## [v6.0.1](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.1) - 2023-04-25

[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v6.0.0...v6.0.1)

### Fixed

- (MAINT) Bump lint and rspec-puppet dependencies [#395](https://github.com/puppetlabs/puppetlabs_spec_helper/pull/395) ([chelnak](https://github.com/chelnak))

## [v6.0.0](https://github.com/puppetlabs/puppetlabs_spec_helper/tree/v6.0.0) - 2023-04-25

[Full Changelog](https://github.com/puppetlabs/puppetlabs_spec_helper/compare/v6.0.0.rc.1...v6.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/puppetlabs_spec_helper/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module PuppetlabsSpecHelper
VERSION = '6.0.0'
VERSION = '6.0.1'
end

0 comments on commit 683143f

Please sign in to comment.