From 87d47ace9b65457e126721e038c0a043f414c9c9 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Fri, 31 Jul 2020 05:10:15 +0000 Subject: Bump version to 1.0.6 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 12 ++++++++++-- VERSION | 2 +- lib/wmi-lite/version.rb | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93b6533..eccd669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,16 @@ # WMI-Lite Change Log + +## [v1.0.6](https://github.com/chef/wmi-lite/tree/v1.0.6) (2020-07-31) + +#### Merged Pull Requests +- Minor spelling mistakes & remove github lock config [#13](https://github.com/chef/wmi-lite/pull/13) ([tas50](https://github.com/tas50)) - - + +### Changes not yet released to rubygems.org + +#### Merged Pull Requests +- Minor spelling mistakes & remove github lock config [#13](https://github.com/chef/wmi-lite/pull/13) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index 1464c52..ece61c6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.5 \ No newline at end of file +1.0.6 \ No newline at end of file diff --git a/lib/wmi-lite/version.rb b/lib/wmi-lite/version.rb index 35fcf16..f42061c 100644 --- a/lib/wmi-lite/version.rb +++ b/lib/wmi-lite/version.rb @@ -1,3 +1,3 @@ module WmiLite - VERSION = "1.0.5".freeze + VERSION = "1.0.6".freeze end -- cgit v1.2.1