Skip to content

Commit e04f337

Browse files
committed
Bump version to 3.12.32 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 85dcee2 commit e04f337

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Mixlib::Install Changes
22

3-
<!-- latest_release 3.12.31 -->
4-
## [v3.12.31](https://github.com/chef/mixlib-install/tree/v3.12.31) (2024-10-29)
3+
<!-- latest_release 3.12.32 -->
4+
## [v3.12.32](https://github.com/chef/mixlib-install/tree/v3.12.32) (2025-05-12)
55

66
#### Merged Pull Requests
7-
- Download install sh from new download api [#399](https://github.com/chef/mixlib-install/pull/399) ([ashiqueps](https://github.com/ashiqueps))
7+
- add myself to codeowners [#401](https://github.com/chef/mixlib-install/pull/401) ([jaymzh](https://github.com/jaymzh))
88
<!-- latest_release -->
99
<!-- release_rollup since=3.12.30 -->
1010
### Changes not yet released to rubygems.org
1111

1212
#### Merged Pull Requests
13+
- add myself to codeowners [#401](https://github.com/chef/mixlib-install/pull/401) ([jaymzh](https://github.com/jaymzh)) <!-- 3.12.32 -->
1314
- Download install sh from new download api [#399](https://github.com/chef/mixlib-install/pull/399) ([ashiqueps](https://github.com/ashiqueps)) <!-- 3.12.31 -->
1415
<!-- release_rollup -->
1516

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.12.31
1+
3.12.32

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.12.31"
3+
VERSION = "3.12.32"
44
end
55
end

0 commit comments

Comments
 (0)