diff --git a/CHANGELOG.md b/CHANGELOG.md index 108ebb3..d0646b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 5.2.1 2024-04-11 + +- Fixing logback.xml by creating etc/logback directory before nexus starts + ## 5.2.0 2024-04-10 - Allow to customize logback.xml diff --git a/metadata.rb b/metadata.rb index 99b81b3..389cc8b 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.2.0' +version '5.2.1' chef_version '>= 17.9.46'