Skip to content

Commit d197e83

Browse files
committed
Bump version to 19.1.11 by Chef Expeditor
Obvious fix; these changes are the result of automation not creative thinking.
1 parent 788baf5 commit d197e83

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
# Change Log
22

3-
<!-- latest_release 19.1.10 -->
4-
## [v19.1.10](https://github.com/chef/ohai/tree/v19.1.10) (2025-09-15)
3+
<!-- latest_release 19.1.11 -->
4+
## [v19.1.11](https://github.com/chef/ohai/tree/v19.1.11) (2025-10-14)
55

66
#### Merged Pull Requests
7-
- set up ai assisted development workflow [#1887](https://github.com/chef/ohai/pull/1887) ([rishichawda](https://github.com/rishichawda))
7+
- Fixing CI by disabling broken tests [#1894](https://github.com/chef/ohai/pull/1894) ([jaymzh](https://github.com/jaymzh))
88
<!-- latest_release -->
99

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

1313
#### Merged Pull Requests
14+
- Fixing CI by disabling broken tests [#1894](https://github.com/chef/ohai/pull/1894) ([jaymzh](https://github.com/jaymzh)) <!-- 19.1.11 -->
1415
- set up ai assisted development workflow [#1887](https://github.com/chef/ohai/pull/1887) ([rishichawda](https://github.com/rishichawda)) <!-- 19.1.10 -->
1516
- Fixing network detection when using multipath route [#1885](https://github.com/chef/ohai/pull/1885) ([achamo](https://github.com/achamo)) <!-- 19.1.9 -->
1617
- Bump actions/checkout from 4 to 5 [#1886](https://github.com/chef/ohai/pull/1886) ([dependabot[bot]](https://github.com/dependabot[bot])) <!-- 19.1.8 -->

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
19.1.10
1+
19.1.11

lib/ohai/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@
1919

2020
module Ohai
2121
OHAI_ROOT = File.expand_path(__dir__)
22-
VERSION = "19.1.10"
22+
VERSION = "19.1.11"
2323
end

0 commit comments

Comments
 (0)