summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md12
-rw-r--r--VERSION2
-rw-r--r--lib/ohai/version.rb2
3 files changed, 12 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e35c75d8..0b5c2589 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,17 @@
# Change Log
-<!-- latest_release -->
+<!-- latest_release 15.3.2 -->
+## [v15.3.2](https://github.com/chef/ohai/tree/v15.3.2) (2019-11-21)
+
+#### Merged Pull Requests
+- Use s3 caching / smaller conntainers in BK &amp; add Ruby 2.7 testing [#1410](https://github.com/chef/ohai/pull/1410) ([tas50](https://github.com/tas50))
<!-- latest_release -->
-<!-- release_rollup -->
+<!-- release_rollup since=15.3.1 -->
+### Changes not yet released to rubygems.org
+
+#### Merged Pull Requests
+- Use s3 caching / smaller conntainers in BK &amp; add Ruby 2.7 testing [#1410](https://github.com/chef/ohai/pull/1410) ([tas50](https://github.com/tas50)) <!-- 15.3.2 -->
<!-- release_rollup -->
<!-- latest_stable_release -->
diff --git a/VERSION b/VERSION
index 2471c64e..7bb26bde 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-15.3.1 \ No newline at end of file
+15.3.2 \ No newline at end of file
diff --git a/lib/ohai/version.rb b/lib/ohai/version.rb
index 7170580a..53623a71 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 = "15.3.1".freeze
+ VERSION = "15.3.2".freeze
end