From f0eb5fad78a63a1a57aed6f5c879f6f5fb59dd22 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Tue, 28 Jul 2020 22:31:19 +0000 Subject: Bump version to 3.1.3 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/mixlib/shellout/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af880b4..f07d5fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # mixlib-shellout Changelog + +## [v3.1.3](https://github.com/chef/mixlib-shellout/tree/v3.1.3) (2020-07-28) + +#### Merged Pull Requests +- Fix a few typos [#217](https://github.com/chef/mixlib-shellout/pull/217) ([tas50](https://github.com/tas50)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Fix a few typos [#217](https://github.com/chef/mixlib-shellout/pull/217) ([tas50](https://github.com/tas50)) ## [v3.1.2](https://github.com/chef/mixlib-shellout/tree/v3.1.2) (2020-07-24) diff --git a/VERSION b/VERSION index 6ebad14..711ee4f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.2 \ No newline at end of file +3.1.3 \ No newline at end of file diff --git a/lib/mixlib/shellout/version.rb b/lib/mixlib/shellout/version.rb index 2cdd02e..86ca81c 100644 --- a/lib/mixlib/shellout/version.rb +++ b/lib/mixlib/shellout/version.rb @@ -1,5 +1,5 @@ module Mixlib class ShellOut - VERSION = "3.1.2".freeze + VERSION = "3.1.3".freeze end end -- cgit v1.2.1