diff --git a/CHANGELOG.md b/CHANGELOG.md index 4181909..ca137b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. +## [3.0.0](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/tree/3.0.0) (2025-09-25) + +[Full Changelog](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/compare/2.0.0...3.0.0) + +**Breaking changes:** + +- Require Ruby 3.2+ & puppet-lint 5.1+ [\#26](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/pull/26) ([bastelfreak](https://github.com/bastelfreak)) + ## [2.0.0](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/tree/2.0.0) (2023-04-21) [Full Changelog](https://github.com/voxpupuli/puppet-lint-params_empty_string-check/compare/1.1.0...2.0.0) diff --git a/puppet-lint-params_empty_string-check.gemspec b/puppet-lint-params_empty_string-check.gemspec index 5b9bc90..cbfaa9f 100644 --- a/puppet-lint-params_empty_string-check.gemspec +++ b/puppet-lint-params_empty_string-check.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |spec| spec.name = 'puppet-lint-params_empty_string-check' - spec.version = '2.0.0' + spec.version = '3.0.0' spec.homepage = 'https://github.com/voxpupuli/puppet-lint-params_empty_string-check' spec.license = 'MIT' spec.author = 'Vox Pupuli'