Skip to content

Commit

Permalink
Bump version to 13.9.1 by Chef Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Jun 4, 2018
1 parent 9541895 commit a8d9ad1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
14 changes: 11 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# Change Log

<!-- latest_release -->
<!-- latest_release 13.9.1 -->
## [v13.9.1](https://github.com/chef/ohai/tree/v13.9.1) (2018-06-04)

#### Merged Pull Requests
- Fix an issue caused by using the wrong field in the AIX filesystem plugin [#1199](https://github.com/chef/ohai/pull/1199) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Fix an issue caused by using the wrong field in the AIX filesystem plugin [#1199](https://github.com/chef/ohai/pull/1199) ([tas50](https://github.com/tas50)) <!-- 13.9.1 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down Expand Up @@ -723,4 +731,4 @@
- Normalize cloud attributes for Azure (OHAI-554)
- Capture FreeBSD osreldate for comparison purposes (OHAI-557)

<http://www.chef.io/blog/2014/04/09/release-chef-client-11-12-2/>
<http://www.chef.io/blog/2014/04/09/release-chef-client-11-12-2/>
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
13.9.0
13.9.1
2 changes: 1 addition & 1 deletion lib/ohai/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@

module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
VERSION = "13.9.0"
VERSION = "13.9.1"
end

0 comments on commit a8d9ad1

Please sign in to comment.