Browse Source

release v1.0.2

jtimberman 11 years ago
parent
commit
3fb5f904ae
2 changed files with 10 additions and 1 deletions
  1. 9 0
      CHANGELOG.md
  2. 1 1
      metadata.rb

+ 9 - 0
CHANGELOG.md

@@ -1,3 +1,12 @@
+## v1.0.2:
+
+* [COOK-1312] - string callbacks fail with method not found (really
+  included this time)
+* [COOK-1332] - add `release_path` and `shared_path` methods
+* [COOK-1333] - add example for running migrations
+* [COOK-1360] - fix minor typos in README
+* [COOK-1374] - use runit attributes in unicorn run script
+
 ## v1.0.0:
 
 This release introduces the LWRP for application deployment, as well

+ 1 - 1
metadata.rb

@@ -3,7 +3,7 @@ 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          "1.0.0"
+version          "1.0.2"
 recipe           "application", "Loads application databags and selects recipes to use"
 recipe           "application::django", "Deploys a Django application specified in a data bag with the deploy_revision resource"
 recipe           "application::gunicorn", "Sets up the deployed Django application with Gunicorn as the web server"