Skip to content

Commit 2f6ebe3

Browse files
committed
Bump version to 3.1.9 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent d90177e commit 2f6ebe3

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,17 +1,18 @@
11
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
22
# Change Log
33

4-
<!-- latest_release 3.1.8 -->
5-
## [v3.1.8](https://github.com/chef/mixlib-config/tree/v3.1.8) (2026-06-29)
4+
<!-- latest_release 3.1.9 -->
5+
## [v3.1.9](https://github.com/chef/mixlib-config/tree/v3.1.9) (2026-07-03)
66

77
#### Merged Pull Requests
8-
- Normalize CI [#132](https://github.com/chef/mixlib-config/pull/132) ([jaymzh](https://github.com/jaymzh))
8+
- Bump actions/checkout from 6 to 7 [#133](https://github.com/chef/mixlib-config/pull/133) ([dependabot[bot]](https://github.com/dependabot[bot]))
99
<!-- latest_release -->
1010

1111
<!-- release_rollup since=3.0.27 -->
1212
### Changes not yet released to rubygems.org
1313

1414
#### Merged Pull Requests
15+
- Bump actions/checkout from 6 to 7 [#133](https://github.com/chef/mixlib-config/pull/133) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 3.1.9 -->
1516
- Normalize CI [#132](https://github.com/chef/mixlib-config/pull/132) ([jaymzh](https://github.com/jaymzh)) <!-- 3.1.8 -->
1617
- Use YAML.safe_load to prevent object deserialization from config files [#131](https://github.com/chef/mixlib-config/pull/131) ([tas50](https://github.com/tas50)) <!-- 3.1.7 -->
1718
- CHEF-27673 Update and standardize copyright notices to Progress Software Corporation - copyright_update [#128](https://github.com/chef/mixlib-config/pull/128) ([clintoncwolfe](https://github.com/clintoncwolfe)) <!-- 3.1.6 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.8
1+
3.1.9

lib/mixlib/config/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
module Mixlib
2020
module Config
2121

22-
VERSION = "3.1.8".freeze
22+
VERSION = "3.1.9".freeze
2323

2424
end
2525
end

0 commit comments

Comments
 (0)