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

Commit 03ca953

Browse files
author
Sean OMeara
committed
Version bump to v2.2.0
1 parent c5d8c8a commit 03ca953

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
@@ -3,6 +3,14 @@ application_ruby Cookbook CHANGELOG
33
This file is used to list changes made in each version of the application_rubycookbook.
44

55

6+
v2.2.0
7+
------
8+
### Bug
9+
- **[COOK-3895](https://tickets.opscode.com/browse/COOK-3895)** - application_ruby use_omnibus_ruby attr needs to default to false
10+
- **[COOK-3894](https://tickets.opscode.com/browse/COOK-3894)** - application_ruby cookbook needs version bump to pick up application v4.0 cookbook
11+
- **[COOK-2079](https://tickets.opscode.com/browse/COOK-2079)** - Attempting to touch restart.txt should not cause a chef-client run to fail.
12+
13+
614
v2.1.4
715
------
816
### Bug

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 "2.1.5"
7+
version "2.2.0"
88

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

0 commit comments

Comments
 (0)