From fd30c05f7f8f83ad60794370e2383f8849c321fb Mon Sep 17 00:00:00 2001 From: Igor Rzegocki Date: Fri, 2 Sep 2016 11:54:18 +0200 Subject: [PATCH] chore: Version bump --- CHANGELOG.md | 17 +++++++++++++++++ README.md | 1 + metadata.rb | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f02f4f..270b599b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ + +# [0.8.0](https://github.com/ajgon/opsworks_ruby/compare/v0.7.0...v0.8.0) (2016-09-02) + + +### Bug Fixes + +* Switched from `nginx reload` to `nginx restart` after succesful deploy/undeploy ([16ab9d1](https://github.com/ajgon/opsworks_ruby/commit/16ab9d1)), closes [#36](https://github.com/ajgon/opsworks_ruby/issues/36) + + +### Features + +* Added GIT_SSH support for bundle install ([232e8ac](https://github.com/ajgon/opsworks_ruby/commit/232e8ac)), closes [#37](https://github.com/ajgon/opsworks_ruby/issues/37) +* Caches bundler installs to speed up deployments ([baa0f44](https://github.com/ajgon/opsworks_ruby/commit/baa0f44)) +* Implemented configurable RAILS_ENV ([2567b71](https://github.com/ajgon/opsworks_ruby/commit/2567b71)), closes [#34](https://github.com/ajgon/opsworks_ruby/issues/34) + + + # [0.7.0](https://github.com/ajgon/opsworks_ruby/compare/v0.4.0...v0.7.0) (2016-08-29) diff --git a/README.md b/README.md index 767ab186..91c451cf 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,7 @@ Author: Igor Rzegocki <[igor@rzegocki.pl](mailto:igor@rzegocki.pl)> * Phong Si ([@phongsi](https://github.com/phongsi)) * Nathan Flood ([@npflood](https://github.com/npflood)) +* Marcos Beirigo ([@marcosbeirigo](https://github.com/marcosbeirigo)) ## License diff --git a/metadata.rb b/metadata.rb index cbeecdb3..103d8db4 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,7 +5,7 @@ license 'MIT' description 'Set of chef recipes for OpsWorks based Ruby projects' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '0.7.0' +version '0.8.0' depends 'build-essential', '~> 2.0' depends 'deployer' diff --git a/package.json b/package.json index d9154872..a57a3218 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opsworks_ruby", - "version": "0.7.0", + "version": "0.8.0", "description": "Set of chef recipes for OpsWorks based Ruby projects.", "dependencies": {}, "devDependencies": {