diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c60f7a..108ebb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.2.0 2024-04-10 + +- Allow to customize logback.xml + ## 5.1.0 2024-02-06 - Allow to add nexus user to additional groups diff --git a/metadata.rb b/metadata.rb index 1b9e72a..99b81b3 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,7 @@ long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) source_url 'https://github.com/criteo-cookbooks/chef-nexus3' if respond_to?(:source_url) issues_url 'https://github.com/criteo-cookbooks/chef-nexus3/issues' if respond_to?(:issues_url) -version '5.1.0' +version '5.2.0' chef_version '>= 17.9.46'