From 567b569fdc68a2b41c126a720cc2d41b5b0305d5 Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Thu, 31 Mar 2022 21:18:46 +0000 Subject: Bump version to 1.0.7 by Chef Expeditor Obvious fix; these changes are the result of automation not creative thinking. --- CHANGELOG.md | 7 ++++--- VERSION | 2 +- lib/wmi-lite/version.rb | 2 +- 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 - -## [v1.0.6](https://github.com/chef/wmi-lite/tree/v1.0.6) (2020-07-31) + +## [v1.0.7](https://github.com/chef/wmi-lite/tree/v1.0.7) (2022-03-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)) +- updating the gem for Ruby 3.1 [#17](https://github.com/chef/wmi-lite/pull/17) ([johnmccrae](https://github.com/johnmccrae)) ### 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)) - 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 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 -- cgit v1.2.1