summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChef Expeditor <chef-ci@chef.io>2020-09-28 17:35:36 +0000
committerChef Expeditor <chef-ci@chef.io>2020-09-28 17:35:36 +0000
commitbc507f881cfef8efa8b63b24a4846089bb6d2d12 (patch)
treec4ae1a67c5aa054597346ca358c11d9723bca4a7
parenta4ed68fedd79442c575a2bfec1828891edaf6311 (diff)
downloadchef-zero-bc507f881cfef8efa8b63b24a4846089bb6d2d12.tar.gz
Bump version to 15.0.3 by Chef Expeditorv15.0.3
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/chef_zero/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 493989d..b56d1c3 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 15.0.3 -->
+## [v15.0.3](https://github.com/chef/chef-zero/tree/v15.0.3) (2020-09-28)
+
+#### Merged Pull Requests
+- Added display_name in the normalize_user. [#304](https://github.com/chef/chef-zero/pull/304) ([antima-gupta](https://github.com/antima-gupta))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.0.2 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Added display_name in the normalize_user. [#304](https://github.com/chef/chef-zero/pull/304) ([antima-gupta](https://github.com/antima-gupta)) <!-- 15.0.3 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 49bf3b4..1f231fc 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.0.2 \ No newline at end of file
+15.0.3 \ No newline at end of file
diff --git a/lib/chef_zero/version.rb b/lib/chef_zero/version.rb
index eb0ac39..ad1e7be 100644
--- a/lib/chef_zero/version.rb
+++ b/lib/chef_zero/version.rb
@@ -1,3 +1,3 @@
module ChefZero
- VERSION = "15.0.2".freeze
+ VERSION = "15.0.3".freeze
end