summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 05:10:15 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 05:10:15 +0000
commit87d47ace9b65457e126721e038c0a043f414c9c9 (patch)
treef141cbda9bf462ff316f301a585e55c1b1301f0c
parente8fd2936a2ca1511549be8b14d6fc1d1f929b1ac (diff)
downloadwmi-lite-87d47ace9b65457e126721e038c0a043f414c9c9.tar.gz
Bump version to 1.0.6 by Chef Expeditorv1.0.6
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/wmi-lite/version.rb2
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
+<!-- latest_release 1.0.6 -->
+## [v1.0.6](https://github.com/chef/wmi-lite/tree/v1.0.6) (2020-07-31)
+
+#### Merged Pull Requests
+- Minor spelling mistakes &amp; remove github lock config [#13](https://github.com/chef/wmi-lite/pull/13) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=1.0.5 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Minor spelling mistakes &amp; remove github lock config [#13](https://github.com/chef/wmi-lite/pull/13) ([tas50](https://github.com/tas50)) <!-- 1.0.6 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
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