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 a232ec51..1b74af4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# Change Log
-<!-- latest_release 16.11.0 -->
-## [v16.11.0](https://github.com/chef/ohai/tree/v16.11.0) (2021-04-02)
+<!-- latest_release 16.12.0 -->
+## [v16.12.0](https://github.com/chef/ohai/tree/v16.12.0) (2021-04-02)
#### Merged Pull Requests
-- Update `packages` for Windows to be complete. [#1638](https://github.com/chef/ohai/pull/1638) ([tas50](https://github.com/tas50))
+- Add platform / platform_family detection for Alibaba Cloud Linux [#1639](https://github.com/chef/ohai/pull/1639) ([tas50](https://github.com/tas50))
<!-- latest_release -->
<!-- release_rollup since=16.10.7 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Add platform / platform_family detection for Alibaba Cloud Linux [#1639](https://github.com/chef/ohai/pull/1639) ([tas50](https://github.com/tas50)) <!-- 16.12.0 -->
- Update `packages` for Windows to be complete. [#1638](https://github.com/chef/ohai/pull/1638) ([tas50](https://github.com/tas50)) <!-- 16.11.0 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index 9c846f9a..996c1856 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-16.11.0 \ No newline at end of file
+16.12.0 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 4a4cf93d..5ef76ebc 100644
--- a/lib/ohai/version.rb
+++ b/lib/ohai/version.rb
@@ -19,5 +19,5 @@
module Ohai
OHAI_ROOT = File.expand_path(__dir__)
- VERSION = "16.11.0"
+ VERSION = "16.12.0"
end