summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-16 18:24:37 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-16 18:24:37 +0000
commit661257187580c01ac267d53191c01cfbb2c19e12 (patch)
treee2e96f8f8b94e577e6b29a3e1380f7519c9fa529
parentf0a98d5fbb4ec35b6175058272df41481a467e37 (diff)
downloadwmi-lite-661257187580c01ac267d53191c01cfbb2c19e12.tar.gz
Bump version to 1.0.2 by Chef Expeditorv1.0.2
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 5f2c9ac..a954000 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,16 @@
# WMI-Lite Change Log
+<!-- latest_release 1.0.2 -->
+## [v1.0.2](https://github.com/chef/wmi-lite/tree/v1.0.2) (2019-01-16)
+
+#### Merged Pull Requests
+- Unpin bundler dev dep [#9](https://github.com/chef/wmi-lite/pull/9) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=1.0.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Unpin bundler dev dep [#9](https://github.com/chef/wmi-lite/pull/9) ([tas50](https://github.com/tas50)) <!-- 1.0.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 7f20734..e6d5cb8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.1 \ No newline at end of file
+1.0.2 \ No newline at end of file
diff --git a/lib/wmi-lite/version.rb b/lib/wmi-lite/version.rb
index 9c03faf..0e77275 100644
--- a/lib/wmi-lite/version.rb
+++ b/lib/wmi-lite/version.rb
@@ -1,3 +1,3 @@
module WmiLite
- VERSION = "1.0.1".freeze
+ VERSION = "1.0.2".freeze
end