Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b5cbff

Browse files
author
jtimberman
committed
release v2.0.0
1 parent 16250ec commit 6b5cbff

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v2.0.0:
2+
3+
### Bug
4+
5+
- [COOK-3306]: Multiple Memory Leaks in Application Cookbook
6+
17
## v1.1.0:
28

39
### Bug

metadata.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
license "Apache 2.0"
55
description "Deploys and configures Java-based applications"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "1.1.1"
7+
version "2.0.0"
88

99
%w{ java tomcat }.each do |cb|
1010
depends cb
1111
end
1212

1313
depends "application", "~> 3.0"
14-

0 commit comments

Comments
 (0)