Skip to content

Commit

Permalink
v2.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Wright <patrick@chef.io>
  • Loading branch information
Patrick Wright committed Dec 6, 2016
1 parent 2884596 commit c176c75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion 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
Expand Down
2 changes: 1 addition & 1 deletion lib/mixlib/install/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class Install
VERSION = "2.1.8"
VERSION = "2.1.9"
end
end

0 comments on commit c176c75

Please sign in to comment.