Skip to content

Commit 6117fa2

Browse files
committed
Bump version to 3.1.10 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent c049a3a commit 6117fa2

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.9 -->
5-
## [v3.1.9](https://github.com/chef/mixlib-config/tree/v3.1.9) (2026-07-03)
4+
<!-- latest_release 3.1.10 -->
5+
## [v3.1.10](https://github.com/chef/mixlib-config/tree/v3.1.10) (2026-08-04)
66

77
#### Merged Pull Requests
8-
- Bump actions/checkout from 6 to 7 [#133](https://github.com/chef/mixlib-config/pull/133) ([dependabot[bot]](https://github.com/dependabot[bot]))
8+
- Bump wechuli/allcheckspassed from 1 to 2 [#134](https://github.com/chef/mixlib-config/pull/134) ([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 wechuli/allcheckspassed from 1 to 2 [#134](https://github.com/chef/mixlib-config/pull/134) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 3.1.10 -->
1516
- 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 -->
1617
- Normalize CI [#132](https://github.com/chef/mixlib-config/pull/132) ([jaymzh](https://github.com/jaymzh)) <!-- 3.1.8 -->
1718
- 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 -->

VERSION

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

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.9".freeze
22+
VERSION = "3.1.10".freeze
2323

2424
end
2525
end

0 commit comments

Comments
 (0)