Skip to content

Commit

Permalink
Merge pull request #120 from puppetlabs/release-prep
Browse files Browse the repository at this point in the history
Release prep v4.0.0
  • Loading branch information
chelnak authored Apr 21, 2023
2 parents a9dce5d + fac0353 commit cc275ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ 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).

## [v4.0.0-rc.1](https://github.com/puppetlabs/puppet-lint/tree/v4.0.0-rc.1) - 2023-04-13
## [v4.0.0](https://github.com/puppetlabs/puppet-lint/tree/v4.0.0) - 2023-04-21

[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.4.0...v4.0.0-rc.1)
[Full Changelog](https://github.com/puppetlabs/puppet-lint/compare/v3.4.0...v4.0.0)

### Changed
- (CONT-811) Add Ruby 3.2 support [#113](https://github.com/puppetlabs/puppet-lint/pull/113) ([GSPatton](https://github.com/GSPatton))
Expand Down
2 changes: 1 addition & 1 deletion lib/puppet-lint/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class PuppetLint
VERSION = '4.0.0.rc.1'.freeze
VERSION = '4.0.0'.freeze
end

0 comments on commit cc275ca

Please sign in to comment.