From d1f6bb7b2767fc4b6fc26fd786b54c1d48f0f023 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 21 May 2020 03:00:42 +0000 Subject: Bump version to 3.0.11 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d4d685..9954f93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # mixlib-shellout Changelog - -## [v3.0.10](https://github.com/chef/mixlib-shellout/tree/v3.0.10) (2020-03-08) + +## [v3.0.11](https://github.com/chef/mixlib-shellout/tree/v3.0.11) (2020-05-21) #### Merged Pull Requests -- shellout_spec: make "current user" independent of the environment [#203](https://github.com/chef/mixlib-shellout/pull/203) ([terceiro](https://github.com/terceiro)) +- Minor doc fixes [#205](https://github.com/chef/mixlib-shellout/pull/205) ([phiggins](https://github.com/phiggins)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Minor doc fixes [#205](https://github.com/chef/mixlib-shellout/pull/205) ([phiggins](https://github.com/phiggins)) - shellout_spec: make "current user" independent of the environment [#203](https://github.com/chef/mixlib-shellout/pull/203) ([terceiro](https://github.com/terceiro)) diff --git a/VERSION b/VERSION index f1cb5ae..e4a0720 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.10 \ No newline at end of file +3.0.11 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index bad6dad..7481448 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.0.10".freeze + VERSION = "3.0.11".freeze end end -- cgit v1.2.1