summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-04-23 18:53:08 +0000
committerChef Expeditor <chef-ci@chef.io>2019-04-23 18:53:08 +0000
commit00dfe62ceb83a4a4ac1268622edb6e949b2fb0cf (patch)
tree90b9f67d81a602500ae65b4acbd5aa5408f09048
parentc78a3841449adf63a419c457eb0109e8d933a72e (diff)
downloadmixlib-log-00dfe62ceb83a4a4ac1268622edb6e949b2fb0cf.tar.gz
Bump version to 3.0.2 by Chef Expeditorv3.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/mixlib/log/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 94e0b1d..46f16e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 3.0.2 -->
+## [v3.0.2](https://github.com/chef/mixlib-log/tree/v3.0.2) (2019-04-23)
+
+#### Merged Pull Requests
+- Expand testing / Update GitHub templates [#51](https://github.com/chef/mixlib-log/pull/51) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Expand testing / Update GitHub templates [#51](https://github.com/chef/mixlib-log/pull/51) ([tas50](https://github.com/tas50)) <!-- 3.0.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 13d683c..d9c62ed 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.1 \ No newline at end of file
+3.0.2 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 4390cec..1217528 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.1".freeze
+ VERSION = "3.0.2".freeze
end
end