summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--lib/mixlib/shellout/version.rb2
2 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 48c38bd..4baa6b3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
# mixlib-shellout Changelog
-## Unreleased
+## Last Release: 1.6.0
* [**Steven Proctor**:](https://github.com/stevenproctor)
Updated link to posix-spawn in README.md.
@@ -11,7 +11,10 @@
* [**Max Lincoln**](https://github.com/maxlinc):
Support separate live stream for stderr.
-## Last Release: 1.4.0 (08/04/2014)
+* Use `close_others` flag instead of `#clean_parent_file_descriptors()` during
+ child clean up.
+
+## Last Release: 1.4.0
* [**Chris Armstrong**:](https://github.com/carmstrong)
Added error? to check if the command ran successfully. MIXLIB-18.
diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb
index 995af7e..47fb064 100644
--- a/lib/mixlib/shellout/version.rb
+++ b/lib/mixlib/shellout/version.rb
@@ -1,5 +1,5 @@
module Mixlib
class ShellOut
- VERSION = "1.6.0.rc.0"
+ VERSION = "1.6.0"
end
end