Skip to content

Commit 12e622e

Browse files
committed
Bump version to 3.1.1 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 253af43 commit 12e622e

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.0 -->
5-
## [v3.1.0](https://github.com/chef/mixlib-config/tree/v3.1.0) (2025-04-17)
4+
<!-- latest_release 3.1.1 -->
5+
## [v3.1.1](https://github.com/chef/mixlib-config/tree/v3.1.1) (2025-05-13)
66

77
#### Merged Pull Requests
8-
- Updating to support Ruby 3.4 [#120](https://github.com/chef/mixlib-config/pull/120) ([johnmccrae](https://github.com/johnmccrae))
8+
- add myself to codeowners [#119](https://github.com/chef/mixlib-config/pull/119) ([jaymzh](https://github.com/jaymzh))
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+
- add myself to codeowners [#119](https://github.com/chef/mixlib-config/pull/119) ([jaymzh](https://github.com/jaymzh)) <!-- 3.1.1 -->
1516
- Updating to support Ruby 3.4 [#120](https://github.com/chef/mixlib-config/pull/120) ([johnmccrae](https://github.com/johnmccrae)) <!-- 3.1.0 -->
1617
- [CI] Drop EOL Rubies [#118](https://github.com/chef/mixlib-config/pull/118) ([dafyddcrosby](https://github.com/dafyddcrosby)) <!-- 3.0.30 -->
1718
- Update chefstyle requirement from 1.7.5 to 2.2.2 [#110](https://github.com/chef/mixlib-config/pull/110) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 3.0.29 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.0
1+
3.1.1

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

2424
end
2525
end

0 commit comments

Comments
 (0)