diff --git a/CHANGELOG.md b/CHANGELOG.md index 16ae1f7..446ba80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v1.1.0: + +* [COOK-2816] - update version to 5.8.0 +* [COOK-2817] - resolve foodcritic warning + ## v1.0.2: * [COOK-800] - activemq cookbook should install 5.5.1 by default diff --git a/metadata.rb b/metadata.rb index cbc2aa0..40b4d01 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license "Apache 2.0" description "Installs activemq and sets it up as service" long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version "1.0.3" +version "1.1.0" %w{ubuntu debian redhat centos}.each do |os| supports os