From b658f0b87cee8d9c005908cb7bab5c40a8644a4b Mon Sep 17 00:00:00 2001 From: Chef Expeditor Date: Mon, 30 Dec 2019 00:27:32 +0000 Subject: Bump version to 1.0.5 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 70c8a83..0ad0bd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,15 +1,16 @@ # WMI-Lite Change Log - -## [v1.0.4](https://github.com/chef/wmi-lite/tree/v1.0.4) (2019-12-30) + +## [v1.0.5](https://github.com/chef/wmi-lite/tree/v1.0.5) (2019-12-30) #### Merged Pull Requests -- Add necessary dev deps to the Gemfile + Chefstyle autocorrect [#12](https://github.com/chef/wmi-lite/pull/12) ([tas50](https://github.com/tas50)) +- Substitute require for require_relative [#10](https://github.com/chef/wmi-lite/pull/10) ([tas50](https://github.com/tas50)) ### Changes not yet released to rubygems.org #### Merged Pull Requests +- Substitute require for require_relative [#10](https://github.com/chef/wmi-lite/pull/10) ([tas50](https://github.com/tas50)) - Add necessary dev deps to the Gemfile + Chefstyle autocorrect [#12](https://github.com/chef/wmi-lite/pull/12) ([tas50](https://github.com/tas50)) - Migrate testing to Buildkite [#11](https://github.com/chef/wmi-lite/pull/11) ([tas50](https://github.com/tas50)) diff --git a/VERSION b/VERSION index a6a3a43..1464c52 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.4 \ No newline at end of file +1.0.5 \ No newline at end of file diff --git a/lib/wmi-lite/version.rb b/lib/wmi-lite/version.rb index 9ec0efc..35fcf16 100644 --- a/lib/wmi-lite/version.rb +++ b/lib/wmi-lite/version.rb @@ -1,3 +1,3 @@ module WmiLite - VERSION = "1.0.4".freeze + VERSION = "1.0.5".freeze end -- cgit v1.2.1