summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--RELEASE_NOTES.md6
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 8 insertions, 2 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index d29843bc..8e7afa2b 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -1,3 +1,9 @@
+# Ohai Release Notes 14.3
+
+## Detection of Amazon Linux 2.0
+
+Ohai now properly detects the platform_version of the final release of Amazon Linux 2.0 in addition to the previous detection of the RC platform_version.
+
# Ohai Release Notes 14.2
## Virtualization detection on AWS
diff --git a/VERSION b/VERSION
index 7ffbcaae..32f02f10 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-14.2.4 \ No newline at end of file
+14.3.0
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 469ce8eb..0fc5a0ac 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.2.4".freeze
+ VERSION = "14.3.0".freeze
end