File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 1- 3.1.0
1+ 3.1.1
Original file line number Diff line number Diff line change 1919module Mixlib
2020 module Config
2121
22- VERSION = "3.1.0 " . freeze
22+ VERSION = "3.1.1 " . freeze
2323
2424 end
2525end
You can’t perform that action at this time.
0 commit comments