From 1b6c30ee7f83610d06fdb40aac0e7bbe22907442 Mon Sep 17 00:00:00 2001 From: Bryan McLellan Date: Wed, 19 Jul 2017 18:22:33 -0400 Subject: Release 2.3.0 --- CHANGELOG.md | 4 ++++ lib/mixlib/shellout/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5689a2..1343b0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # mixlib-shellout Changelog +## Release 2.3.0 + +* Add support for 'elevated' option on Windows, which logs on as batch server which is not affected by User Account Control (UAC) + ## Release 2.2.6 * Fix regression introduced in 2.2.2 by changing `CreateProcessAsUserW` to use a `:int` instead of `:bool` for the `inherit` flag to fix `shell_out` on windows from a service context diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index e59d531..3ec8dee 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "2.2.7" + VERSION = "2.3.0" end end -- cgit v1.2.1