summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-03-31 21:18:46 +0000
committerChef Expeditor <chef-ci@chef.io>2022-03-31 21:18:46 +0000
commit567b569fdc68a2b41c126a720cc2d41b5b0305d5 (patch)
treeed2560f61c633874a1cf86913a4e242c96f193b0
parentc4cf4bde8c6a5d5dfdfe31d7643f01444f5e8460 (diff)
downloadwmi-lite-567b569fdc68a2b41c126a720cc2d41b5b0305d5.tar.gz
Bump version to 1.0.7 by Chef Expeditorv1.0.7
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/wmi-lite/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eccd669..9cdf305 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +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)
+<!-- latest_release 1.0.7 -->
+## [v1.0.7](https://github.com/chef/wmi-lite/tree/v1.0.7) (2022-03-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))
+- updating the gem for Ruby 3.1 [#17](https://github.com/chef/wmi-lite/pull/17) ([johnmccrae](https://github.com/johnmccrae))
<!-- latest_release -->
<!-- release_rollup since=1.0.5 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- updating the gem for Ruby 3.1 [#17](https://github.com/chef/wmi-lite/pull/17) ([johnmccrae](https://github.com/johnmccrae)) <!-- 1.0.7 -->
- 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 -->
diff --git a/VERSION b/VERSION
index ece61c6..f9cbc01 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.6 \ No newline at end of file
+1.0.7 \ No newline at end of file
diff --git a/lib/wmi-lite/version.rb b/lib/wmi-lite/version.rb
index f42061c..0a21b89 100644
--- a/lib/wmi-lite/version.rb
+++ b/lib/wmi-lite/version.rb
@@ -1,3 +1,3 @@
module WmiLite
- VERSION = "1.0.6".freeze
+ VERSION = "1.0.7".freeze
end