Skip to content

Commit

Permalink
Bump version to 14.0.23 by Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Mar 7, 2018
1 parent 5be5fe4 commit 20305d8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log

<!-- latest_release 14.0.22 -->
## [v14.0.22](https://github.com/chef/ohai/tree/v14.0.22) (2018-03-06)
<!-- latest_release 14.0.23 -->
## [v14.0.23](https://github.com/chef/ohai/tree/v14.0.23) (2018-03-07)

#### Merged Pull Requests
- SUSE: Use /etc/os-release if present for all platform attributes [#1140](https://github.com/chef/ohai/pull/1140) ([yeoldegrove](https://github.com/yeoldegrove))
- Fix chefstyle issues in ohai [#1153](https://github.com/chef/ohai/pull/1153) ([tas50](https://github.com/tas50))
<!-- latest_release -->

<!-- release_rollup since=13.7.1 -->
### Changes since 13.7.1 release

#### Merged Pull Requests
- Fix chefstyle issues in ohai [#1153](https://github.com/chef/ohai/pull/1153) ([tas50](https://github.com/tas50)) <!-- 14.0.23 -->
- SUSE: Use /etc/os-release if present for all platform attributes [#1140](https://github.com/chef/ohai/pull/1140) ([yeoldegrove](https://github.com/yeoldegrove)) <!-- 14.0.22 -->
- Remove support for Windows 2003 from uptime/cpu plugins [#1148](https://github.com/chef/ohai/pull/1148) ([tas50](https://github.com/tas50)) <!-- 14.0.21 -->
- Softlayer is forcing tlsv1_2 for all API calls [#1149](https://github.com/chef/ohai/pull/1149) ([smcavallo](https://github.com/smcavallo)) <!-- 14.0.20 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
14.0.22
14.0.23
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "14.0.22"
VERSION = "14.0.23"
end

0 comments on commit 20305d8

Please sign in to comment.