summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 6 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e47caede..82de21a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 14.5.3 -->
-## [v14.5.3](https://github.com/chef/ohai/tree/v14.5.3) (2018-09-17)
+<!-- latest_release 14.5.4 -->
+## [v14.5.4](https://github.com/chef/ohai/tree/v14.5.4) (2018-09-17)
#### Merged Pull Requests
-- Connect to GCE metadata by IP not name [#1252](https://github.com/chef/ohai/pull/1252) ([tas50](https://github.com/tas50))
+- Revert &quot;Connect to GCE metadata by IP not name&quot; [#1253](https://github.com/chef/ohai/pull/1253) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=14.5.0 -->
### Changes since 14.5.0 release
#### Merged Pull Requests
+- Revert &quot;Connect to GCE metadata by IP not name&quot; [#1253](https://github.com/chef/ohai/pull/1253) ([tas50](https://github.com/tas50)) <!-- 14.5.4 -->
- Connect to GCE metadata by IP not name [#1252](https://github.com/chef/ohai/pull/1252) ([tas50](https://github.com/tas50)) <!-- 14.5.3 -->
- Add additional yard comments [#1249](https://github.com/chef/ohai/pull/1249) ([tas50](https://github.com/tas50)) <!-- 14.5.2 -->
- Remove redundant platform from the gemspec [#1248](https://github.com/chef/ohai/pull/1248) ([tas50](https://github.com/tas50)) <!-- 14.5.1 -->
diff --git a/VERSION b/VERSION
index 7f0423b3..b51f608d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.5.3 \ No newline at end of file
+14.5.4 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 725fe825..67be85b0 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -18,5 +18,5 @@
module Ohai
OHAI_ROOT = File.expand_path(File.dirname(__FILE__))
- VERSION = "14.5.3".freeze
+ VERSION = "14.5.4".freeze
end