diff --git a/CHANGELOG.md b/CHANGELOG.md index f298647..a792427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ al_agents CHANGELOG This file is used to list changes made in each version of the al_agents cookbook. +1.3.1 +------ +- Justin Early - Extend batch resources to avoid conflicts + 1.3.0 ------ - Justin Early - adding ignore_failure attribute diff --git a/metadata.rb b/metadata.rb index 7f9ad11..1c6cb46 100644 --- a/metadata.rb +++ b/metadata.rb @@ -3,10 +3,10 @@ maintainer_email 'jearly@alertlogic.com' source_url 'https://github.com/alertlogic/al_agents' issues_url 'https://github.com/alertlogic/al_agents/issues' -license 'All rights reserved' +license 'Apache 2.0 License' description 'Installs/Configures the Alert Logic Agent' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.3.0' +version '1.3.1' depends 'selinux_policy' depends 'rsyslog', '= 2.2.0'