Browse Source

release v2.0.2

jtimberman 11 years ago
parent
commit
d4beef5eb4
2 changed files with 15 additions and 1 deletions
  1. 14 0
      CHANGELOG.md
  2. 1 1
      metadata.rb

+ 14 - 0
CHANGELOG.md

@@ -1,3 +1,17 @@
+## v2.0.2:
+
+### Bug
+
+- [COOK-2537]: Provide proper `respond_to` behavior when using
+  `method_missing`
+- [COOK-2713]: application resource should Allow sub-resource
+  attributes to propogate up
+
+### Improvement
+
+- [COOK-2597]: Allow customization for shallow_clone when doing a git
+  deploy
+
 ## v2.0.0:
 
 This release is incompatible with previous releases (hence major

+ 1 - 1
metadata.rb

@@ -4,5 +4,5 @@ maintainer_email "cookbooks@opscode.com"
 license          "Apache 2.0"
 description      "Deploys and configures a variety of applications"
 long_description  IO.read(File.join(File.dirname(__FILE__), 'README.md'))
-version          "2.0.1"
+version          "2.0.2"
 recipe           "application", "Empty placeholder recipe, use the LWRPs, see README.md."