summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2019-01-04 23:30:03 +0000
committerChef Expeditor <chef-ci@chef.io>2019-01-04 23:30:03 +0000
commite4668e4a6f2411fb6ac78b5c6f0499cf15702c0f (patch)
tree05d352bee23f6a8867e393a5faa6f6f1017cd878
parentebe854cd2a92f6b946074b26874401f15abd41b0 (diff)
downloadmixlib-log-e4668e4a6f2411fb6ac78b5c6f0499cf15702c0f.tar.gz
Bump version to 3.0.1 by Chef Expeditorv3.0.1
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md8
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/log/version.rb2
3 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b93bf3d..c741650 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,14 +1,18 @@
# Change Log
-<!-- latest_release unreleased -->
-## Unreleased
+<!-- latest_release 3.0.1 -->
+## [v3.0.1](https://github.com/chef/mixlib-log/tree/v3.0.1) (2019-01-04)
#### Merged Pull Requests
+- reverting back to ruby 2.3 support [#48](https://github.com/chef/mixlib-log/pull/48) ([lamont-granquist](https://github.com/lamont-granquist))
- update travis, drop ruby &lt; 2.5, major version bump [#47](https://github.com/chef/mixlib-log/pull/47) ([lamont-granquist](https://github.com/lamont-granquist))
<!-- latest_release -->
<!-- release_rollup since=3.0.0 -->
### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- reverting back to ruby 2.3 support [#48](https://github.com/chef/mixlib-log/pull/48) ([lamont-granquist](https://github.com/lamont-granquist)) <!-- 3.0.1 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 4a36342..13d683c 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.0
+3.0.1 \ No newline at end of file
diff --git a/lib/mixlib/log/version.rb b/lib/mixlib/log/version.rb
index 47cf29b..4390cec 100644
--- a/lib/mixlib/log/version.rb
+++ b/lib/mixlib/log/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module Log
- VERSION = "3.0.0".freeze
+ VERSION = "3.0.1".freeze
end
end