summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-07-31 05:13:25 +0000
committerChef Expeditor <chef-ci@chef.io>2020-07-31 05:13:25 +0000
commit6869617d8829fc7c6180e9607a9de18ec28261a5 (patch)
treed72eb50f5bf9a234a947993701652d7852cf378d
parent11699c9d6e73ebd22ede9465249759849743c1b6 (diff)
downloadmixlib-config-6869617d8829fc7c6180e9607a9de18ec28261a5.tar.gz
Bump version to 3.0.7 by Chef Expeditorv3.0.7
Obvious fix; these changes are the result of automation not creative thinking.
-rw-r--r--CHANGELOG.md14
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/config/version.rb2
3 files changed, 13 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ad9db17..55791bf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,10 +1,18 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
# Change Log
-<!-- latest_release -->
+<!-- latest_release 3.0.7 -->
+## [v3.0.7](https://github.com/chef/mixlib-config/tree/v3.0.7) (2020-07-31)
+
+#### Merged Pull Requests
+- Remove encoding comment + pin chefstyle [#81](https://github.com/chef/mixlib-config/pull/81) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.6 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Remove encoding comment + pin chefstyle [#81](https://github.com/chef/mixlib-config/pull/81) ([tas50](https://github.com/tas50)) <!-- 3.0.7 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
@@ -217,4 +225,4 @@
## [v1.0.6](https://github.com/chef/mixlib-config/tree/v1.0.6) (2009-05-12)
[Full Changelog](https://github.com/chef/mixlib-config/compare/v1.0.5...v1.0.6)
-## [v1.0.5](https://github.com/chef/mixlib-config/tree/v1.0.5) (2009-05-12)
+## [v1.0.5](https://github.com/chef/mixlib-config/tree/v1.0.5) (2009-05-12) \ No newline at end of file
diff --git a/VERSION b/VERSION
index 8ffc1ad..3a8b971 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.6 \ No newline at end of file
+3.0.7 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index e396c63..28d5e68 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.6".freeze
+ VERSION = "3.0.7".freeze
end
end