diff --git a/CHANGELOG.md b/CHANGELOG.md index 43a55c2..74812e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This file is used to list changes made in each version of the runit cookbook. +## 5.1.7 (2022-04-25) + +- Make call to shell_out compatible with Ruby 3 + ## 5.1.6 (2020-06-30) - Add resource_name and allowed_actions to the resource for compatibility with more Chef Infra Client releases- [@tas50](https://github.com/tas50) diff --git a/metadata.rb b/metadata.rb index 4334105..9cc0211 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache-2.0' description 'Installs runit and provides runit_service resource' -version '5.1.6' +version '5.1.7' %w(ubuntu debian centos redhat amazon scientific oracle enterpriseenterprise zlinux).each do |os| supports os