summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 284d9f4..70c8a83 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,15 +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)
+<!-- latest_release 1.0.4 -->
+## [v1.0.4](https://github.com/chef/wmi-lite/tree/v1.0.4) (2019-12-30)
#### Merged Pull Requests
-- Migrate testing to Buildkite [#11](https://github.com/chef/wmi-lite/pull/11) ([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))
<!-- latest_release -->
<!-- release_rollup since=1.0.2 -->
### Changes not yet released to rubygems.org
#### 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)) <!-- 1.0.4 -->
- Migrate testing to Buildkite [#11](https://github.com/chef/wmi-lite/pull/11) ([tas50](https://github.com/tas50)) <!-- 1.0.3 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index e4c0d46..a6a3a43 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.3 \ No newline at end of file
+1.0.4 \ No newline at end of file
diff --git a/lib/wmi-lite/version.rb b/lib/wmi-lite/version.rb
index 2fafefa..9ec0efc 100644
--- a/lib/wmi-lite/version.rb
+++ b/lib/wmi-lite/version.rb
@@ -1,3 +1,3 @@
module WmiLite
- VERSION = "1.0.3".freeze
+ VERSION = "1.0.4".freeze
end