diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c4246a..f462821 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This file is used to list changes made in each version (>= 2.11.0) of the newrelic cookbook. +## v2.45.6 +- update install command to not break on non-ARM architectures + ## v2.45.5 - allow support for the ARM repository in Debian diff --git a/metadata.rb b/metadata.rb index b47474a..f440f10 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,7 +3,7 @@ maintainer_email 'development@davidjoos.com' license 'MIT' description 'Installs/Configures New Relic' -version '2.45.5' +version '2.45.6' chef_version '>= 0.10.0' %w(debian ubuntu redhat centos fedora scientific amazon windows smartos oracle).each do |os|