Skip to content
This repository was archived by the owner on May 14, 2021. It is now read-only.

Commit 438dced

Browse files
author
jtimberman
committed
release v2.0.0
1 parent ef42285 commit 438dced

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v2.0.0:
2+
3+
### Bug
4+
5+
- [COOK-3306]: Multiple Memory Leaks in Application Cookbook
6+
- [COOK-3219]: `application_ruby` cookbook bundle install in
7+
1.9.3-based omnibus installs 1.9.x gems into ruby 2.0 apps
8+
19
## v1.1.4:
210

311
### Sub-task

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 "Deploys and configures Ruby-based applications"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "1.1.5"
7+
version "2.0.0"
88

99
%w{ unicorn apache2 passenger_apache2 }.each do |cb|
1010
depends cb

0 commit comments

Comments
 (0)