We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1ee1d commit f71f038Copy full SHA for f71f038
CHANGELOG.md
@@ -3,6 +3,12 @@ Java Cookbook CHANGELOG
3
This file is used to list changes made in each version of the Java cookbook.
4
5
6
+v1.15.0
7
+-------
8
+### Bug
9
+- Fixing version number. Accidently released at 0.15.x instead of 1.15.x
10
+
11
12
v0.15.2
13
-------
14
### FIX
metadata.rb
@@ -4,7 +4,7 @@
license "Apache 2.0"
description "Installs Java runtime."
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version "0.15.3"
+version "1.15.0"
recipe "java", "Installs Java runtime"
recipe "java::openjdk", "Installs the OpenJDK flavor of Java"
0 commit comments