diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a4584a3..90921c9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ This file is used to list changes made in each version of the Java cookbook. ## Unreleased +## 4.1.0 - 2019-05-08 + - Added new install flavor "corretto" for Amazon's Corretto distribution of OpenJDK ## 4.0.0 - 2019-04-19 diff --git a/metadata.rb b/metadata.rb index ff28d834..95b3c896 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ license 'Apache-2.0' description 'Recipes and resources for installing Java and managing certificates' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '4.0.0' +version '4.1.0' supports 'debian' supports 'ubuntu'