Skip to content

Commit e0e919c

Browse files
committed
Bump version to 15.1.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 7a7944a commit e0e919c

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
22
# Change Log
33

4-
<!-- latest_release 15.1.0 -->
5-
## [v15.1.0](https://github.com/chef/chef-zero/tree/v15.1.0) (2025-11-25)
4+
<!-- latest_release 15.1.1 -->
5+
## [v15.1.1](https://github.com/chef/chef-zero/tree/v15.1.1) (2025-12-09)
66

77
#### Merged Pull Requests
8-
- Updating the version to release it [#354](https://github.com/chef/chef-zero/pull/354) ([johnmccrae](https://github.com/johnmccrae))
8+
- Remove Buildkite unit/lint tests from expeditor config [#351](https://github.com/chef/chef-zero/pull/351) ([jaymzh](https://github.com/jaymzh))
99
<!-- latest_release -->
1010

1111
<!-- next_release -->
@@ -19,6 +19,7 @@
1919
### Changes not yet released to rubygems.org
2020

2121
#### Merged Pull Requests
22+
- Remove Buildkite unit/lint tests from expeditor config [#351](https://github.com/chef/chef-zero/pull/351) ([jaymzh](https://github.com/jaymzh)) <!-- 15.1.1 -->
2223
- Updating the version to release it [#354](https://github.com/chef/chef-zero/pull/354) ([johnmccrae](https://github.com/johnmccrae)) <!-- 15.1.0 -->
2324
- docs: Update Copilot Instructions with AI Compliance Workflow [#353](https://github.com/chef/chef-zero/pull/353) ([rishichawda](https://github.com/rishichawda)) <!-- 15.0.28 -->
2425
- updating code to account for removing the chef-version [#352](https://github.com/chef/chef-zero/pull/352) ([johnmccrae](https://github.com/johnmccrae)) <!-- 15.0.27 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.1.0
1+
15.1.1

lib/chef_zero/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ChefZero
2-
VERSION = "15.1.0".freeze
2+
VERSION = "15.1.1".freeze
33
end

0 commit comments

Comments
 (0)