Skip to content

Commit

Permalink
Bump version to 14.0.15 by Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Feb 27, 2018
1 parent e5f74b4 commit e3dfe50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Change Log

<!-- latest_release 14.0.14 -->
## [v14.0.14](https://github.com/chef/ohai/tree/v14.0.14) (2018-02-26)
<!-- latest_release 14.0.15 -->
## [v14.0.15](https://github.com/chef/ohai/tree/v14.0.15) (2018-02-27)

#### Merged Pull Requests
- Simplify &amp; optimize the kernel plugin [#1139](https://github.com/chef/ohai/pull/1139) ([tas50](https://github.com/tas50))
- Add scaleway plugin [#1124](https://github.com/chef/ohai/pull/1124) ([josqu4red](https://github.com/josqu4red))
<!-- latest_release -->

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

#### Merged Pull Requests
- Add scaleway plugin [#1124](https://github.com/chef/ohai/pull/1124) ([josqu4red](https://github.com/josqu4red)) <!-- 14.0.15 -->
- Simplify &amp; optimize the kernel plugin [#1139](https://github.com/chef/ohai/pull/1139) ([tas50](https://github.com/tas50)) <!-- 14.0.14 -->
- Support optional plugins [#1136](https://github.com/chef/ohai/pull/1136) ([thommay](https://github.com/thommay)) <!-- 14.0.13 -->
- fix critical plugin tests [#1135](https://github.com/chef/ohai/pull/1135) ([thommay](https://github.com/thommay)) <!-- 14.0.11 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14.0.14
14.0.15
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 = "14.0.14"
VERSION = "14.0.15"
end

0 comments on commit e3dfe50

Please sign in to comment.