Skip to content

Commit

Permalink
Bump version to 3.12.30 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Feb 14, 2024
1 parent 04184a9 commit 1c3261e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# Mixlib::Install Changes

<!-- latest_release 3.12.30 -->
## [v3.12.30](https://github.com/chef/mixlib-install/tree/v3.12.30) (2024-02-14)

#### Merged Pull Requests
- fix amazon linux1 platform and version detection [#394](https://github.com/chef/mixlib-install/pull/394) ([siddhu208](https://github.com/siddhu208))
<!-- latest_release -->
<!-- latest_release -->
<!-- release_rollup -->
<!-- release_rollup since=3.12.29 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- fix amazon linux1 platform and version detection [#394](https://github.com/chef/mixlib-install/pull/394) ([siddhu208](https://github.com/siddhu208)) <!-- 3.12.30 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12.29
3.12.30
2 changes: 1 addition & 1 deletion lib/mixlib/install/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Mixlib
class Install
VERSION = "3.12.29"
VERSION = "3.12.30"
end
end

0 comments on commit 1c3261e

Please sign in to comment.