Skip to content

Commit d560fa7

Browse files
author
jtimberman
committed
release v1.0.8
1 parent 0a3a724 commit d560fa7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## v1.0.8:
2+
3+
* [COOK-2175] - Template cookbook attribute expecting a string,
4+
getting symbol instead.
5+
16
## v1.0.6:
27

38
* [COOK-2122] - pip was incorrectly using -E syntax

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 Python-based applications"
66
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7-
version "1.0.6"
7+
version "1.0.8"
88

99
%w{ application python gunicorn supervisor }.each do |cb|
1010
depends cb

0 commit comments

Comments
 (0)