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 329378bd..e21a75c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 18.1.1 -->
-## [v18.1.1](https://github.com/chef/ohai/tree/v18.1.1) (2023-02-21)
+<!-- latest_release 18.1.2 -->
+## [v18.1.2](https://github.com/chef/ohai/tree/v18.1.2) (2023-02-28)
#### Merged Pull Requests
-- Calling yajl parser only once [#1786](https://github.com/chef/ohai/pull/1786) ([rnt](https://github.com/rnt))
+- [block_device] Record firmware revision of nvme block devices [#1787](https://github.com/chef/ohai/pull/1787) ([saravan2](https://github.com/saravan2))
<!-- latest_release -->
<!-- release_rollup since=18.1.0 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- [block_device] Record firmware revision of nvme block devices [#1787](https://github.com/chef/ohai/pull/1787) ([saravan2](https://github.com/saravan2)) <!-- 18.1.2 -->
- Calling yajl parser only once [#1786](https://github.com/chef/ohai/pull/1786) ([rnt](https://github.com/rnt)) <!-- 18.1.1 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index adeb6ee8..54ce184f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-18.1.1 \ No newline at end of file
+18.1.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 91eb988f..fd4747dc 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "18.1.1"
+ VERSION = "18.1.2"
end