diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c41a57..43b4ecea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/lib/puppet-lint/version.rb b/lib/puppet-lint/version.rb index 87a6cb14..9ee64214 100644 --- a/lib/puppet-lint/version.rb +++ b/lib/puppet-lint/version.rb @@ -1,3 +1,3 @@ class PuppetLint - VERSION = '4.0.0.rc.1'.freeze + VERSION = '4.0.0'.freeze end