From c176c7572b6d9a278e3fd7d7223164e6b2da2497 Mon Sep 17 00:00:00 2001 From: Patrick Wright Date: Tue, 6 Dec 2016 11:25:16 -0700 Subject: [PATCH] v2.1.9 Signed-off-by: Patrick Wright --- CHANGELOG.md | 5 ++++- lib/mixlib/install/version.rb | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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