Skip to content

Commit 8b172d3

Browse files
committed
Bump version to 3.15.0 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 733f85f commit 8b172d3

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
# Mixlib::Install Changes
22

3+
<!-- latest_release 3.15.0 -->
4+
## [v3.15.0](https://github.com/chef/mixlib-install/tree/v3.15.0) (2026-01-20)
5+
6+
#### Merged Pull Requests
7+
- CHEF-29672 Add license_id parameter to install script endpoint [#416](https://github.com/chef/mixlib-install/pull/416) ([Stromweld](https://github.com/Stromweld))
38
<!-- latest_release -->
4-
<!-- latest_release -->
5-
<!-- release_rollup -->
9+
<!-- release_rollup since=3.14.0 -->
10+
### Changes not yet released to rubygems.org
11+
12+
#### Merged Pull Requests
13+
- CHEF-29672 Add license_id parameter to install script endpoint [#416](https://github.com/chef/mixlib-install/pull/416) ([Stromweld](https://github.com/Stromweld)) <!-- 3.15.0 -->
614
<!-- release_rollup -->
715

816
<!-- latest_stable_release -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.14.0
1+
3.15.0

lib/mixlib/install/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Mixlib
22
class Install
3-
VERSION = "3.14.0"
3+
VERSION = "3.15.0"
44
end
55
end

0 commit comments

Comments
 (0)