diff --git a/CHANGELOG.md b/CHANGELOG.md index b7481e5..07093e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ et_upload cookbook CHANGELOG ============================ This file is used to list changes made in each version of the et_upload cookbook. +v1.5.0 +------ +- Add `trial-user` shared SFTP account to use for trial customers to improve security +- Adjust tests to check permissions properly for `trial-user` uploads directory + v1.4.0 ------ - Refactor scripts to only search users based on upload users data bag item content diff --git a/metadata.rb b/metadata.rb index 852d627..259fe02 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache 2.0' description 'Installs/Configures et_upload' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '1.4.0' +version '1.5.0' depends 'cron', '~> 1.3' depends 'yum', '~> 3.1'