diff --git a/CHANGELOG.md b/CHANGELOG.md index c0d5196..eeeb911 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file is used to list changes made in each version of the omnibus_updater cookbook. +## 3.1.0 (2017-03-27) + +- Use standardize Apache 2 license string +- Include Support for AIX + ## 3.0.2 (2017-03-07) - Fix version detection for macOS systems diff --git a/metadata.rb b/metadata.rb index b63d016..5cf5cd4 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Chef omnibus package updater and installer' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '3.0.3' +version '3.1.0' %w(amazon centos debian mac_os_x opensuse opensuseleap oracle redhat scientific solaris suse ubuntu windows aix).each do |os| supports os