From a7818c76698e526f794fa9d1fa83fb0cf8215723 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 17 Aug 2020 17:43:46 +0000 Subject: [PATCH] Bump version to 0.2.7 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/train-winrm/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a96a22..8f2b3a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,15 @@ - + +## [v0.2.7](https://github.com/inspec/train-winrm/tree/v0.2.7) (2020-08-17) + +#### Merged Pull Requests +- Remove redundant encoding comments [#22](https://github.com/inspec/train-winrm/pull/22) ([tas50](https://github.com/tas50)) - + +### Changes since 0.2.6 release + +#### Merged Pull Requests +- Remove redundant encoding comments [#22](https://github.com/inspec/train-winrm/pull/22) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index a53741c..967b33f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.6 \ No newline at end of file +0.2.7 \ No newline at end of file diff --git a/lib/train-winrm/version.rb b/lib/train-winrm/version.rb index ed25fc2..f6a6a5c 100644 --- a/lib/train-winrm/version.rb +++ b/lib/train-winrm/version.rb @@ -5,6 +5,6 @@ module TrainPlugins module WinRM - VERSION = "0.2.6".freeze + VERSION = "0.2.7".freeze end end