summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <expeditor@chef.io>2019-12-21 05:53:51 +0000
committerChef Expeditor <expeditor@chef.io>2019-12-21 05:53:51 +0000
commitda21a6a7908bb7796a6a3bde3223dbc86ed63121 (patch)
tree651228349fcc167afcdd77670d60b65b17894efe
parent093a657ff8266573eb2182e1ba3a34dc392e22ad (diff)
downloadwmi-lite-da21a6a7908bb7796a6a3bde3223dbc86ed63121.tar.gz
Bump version to 1.0.3 by Chef Expeditorv1.0.3
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 d3d9660..284d9f4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# WMI-Lite Change Log
+<!-- latest_release 1.0.3 -->
+## [v1.0.3](https://github.com/chef/wmi-lite/tree/v1.0.3) (2019-12-21)
+
+#### Merged Pull Requests
+- Migrate testing to Buildkite [#11](https://github.com/chef/wmi-lite/pull/11) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=1.0.2 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Migrate testing to Buildkite [#11](https://github.com/chef/wmi-lite/pull/11) ([tas50](https://github.com/tas50)) <!-- 1.0.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index e6d5cb8..e4c0d46 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.2 \ No newline at end of file
+1.0.3 \ No newline at end of file
diff --git a/lib/wmi-lite/version.rb b/lib/wmi-lite/version.rb
index 0e77275..2fafefa 100644
--- a/lib/wmi-lite/version.rb
+++ b/lib/wmi-lite/version.rb
@@ -1,3 +1,3 @@
module WmiLite
- VERSION = "1.0.2".freeze
+ VERSION = "1.0.3".freeze
end