Skip to content

Commit d52217a

Browse files
committed
Bump version to 15.1.2 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 2487e97 commit d52217a

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.1 -->
5-
## [v15.1.1](https://github.com/chef/chef-zero/tree/v15.1.1) (2025-12-09)
4+
<!-- latest_release 15.1.2 -->
5+
## [v15.1.2](https://github.com/chef/chef-zero/tree/v15.1.2) (2025-12-10)
66

77
#### Merged Pull Requests
8-
- Remove Buildkite unit/lint tests from expeditor config [#351](https://github.com/chef/chef-zero/pull/351) ([jaymzh](https://github.com/jaymzh))
8+
- Update to actions/checkout@v6 [#358](https://github.com/chef/chef-zero/pull/358) ([dafyddcrosby](https://github.com/dafyddcrosby))
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+
- Update to actions/checkout@v6 [#358](https://github.com/chef/chef-zero/pull/358) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 15.1.2 -->
2223
- 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 -->
2324
- Updating the version to release it [#354](https://github.com/chef/chef-zero/pull/354) ([johnmccrae](https://github.com/johnmccrae)) <!-- 15.1.0 -->
2425
- 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 -->

VERSION

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

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.1".freeze
2+
VERSION = "15.1.2".freeze
33
end

0 commit comments

Comments
 (0)