Skip to content

Commit cdf4378

Browse files
committed
v1.41.0
1 parent 807e686 commit cdf4378

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ Java Cookbook CHANGELOG
22
=======================
33
This file is used to list changes made in each version of the Java cookbook.
44

5+
v1.41.0 - 7/15/2016
6+
-----
7+
- Feature: Add new resource for cookbooks to subscribe to, see README
8+
- Use a remote_file resource for JCE download instead of curl in an execute block.
9+
- Since v1.40.4 Travis deploys cookbook to supermarket - expect more frequent,
10+
smaller releases.
11+
512
v1.40.4 - 7/12/2016
613
-----
714
- Automated deploy, no cookbook changes.

metadata.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
license 'Apache 2.0'
55
description 'Installs Java runtime.'
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version '1.40.4'
7+
version '1.41.0'
88

99
recipe 'java::default', 'Installs Java runtime'
1010
recipe 'java::default_java_symlink', 'Updates /usr/lib/jvm/default-java'

0 commit comments

Comments
 (0)