summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2022-08-09 19:40:39 +0000
committerChef Expeditor <chef-ci@chef.io>2022-08-09 19:40:39 +0000
commitd95d3dbb6a57bd0c867b33a8d79d0afd2a0b3f91 (patch)
tree1bf2c8c1cbe6b9e94f1a11b242172589c3f4fbdd
parente3ac081bf53f3c9ce930f4b4609a31fef73b9fce (diff)
downloadmixlib-config-d95d3dbb6a57bd0c867b33a8d79d0afd2a0b3f91.tar.gz
Bump version to 3.0.28 by Chef Expeditorv3.0.28
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/config/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a8daf69..5a9c681 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.28 -->
+## [v3.0.28](https://github.com/chef/mixlib-config/tree/v3.0.28) (2022-08-09)
+
+#### Merged Pull Requests
+- Correct spelling mistake [#114](https://github.com/chef/mixlib-config/pull/114) ([EdwardBetts](https://github.com/EdwardBetts))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=3.0.27 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Correct spelling mistake [#114](https://github.com/chef/mixlib-config/pull/114) ([EdwardBetts](https://github.com/EdwardBetts)) <!-- 3.0.28 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 8479333..ff4b945 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.0.27 \ No newline at end of file
+3.0.28 \ No newline at end of file
diff --git a/lib/mixlib/config/version.rb b/lib/mixlib/config/version.rb
index 8162994..cd7e5d0 100644
--- a/lib/mixlib/config/version.rb
+++ b/lib/mixlib/config/version.rb
@@ -19,7 +19,7 @@
module Mixlib
module Config
- VERSION = "3.0.27".freeze
+ VERSION = "3.0.28".freeze
end
end