diff --git a/CHANGELOG.md b/CHANGELOG.md index 41acd7f8..c868e365 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # Change Log +## [2.1.9] +- Add `download_directory` option to powershell install script + ## [2.1.8] - Query performance optimizations -- Add ChefClientFeature support to the MSI install script +- Add ChefClientFeature support to the powershell install script ## [2.1.7] - Add support for passing arguments to the MSI in install scripts diff --git a/lib/mixlib/install/version.rb b/lib/mixlib/install/version.rb index 24c78ba2..41f0178b 100644 --- a/lib/mixlib/install/version.rb +++ b/lib/mixlib/install/version.rb @@ -1,5 +1,5 @@ module Mixlib class Install - VERSION = "2.1.8" + VERSION = "2.1.9" end end