diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b31556..219dcbad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ + +## [1.1.2](https://github.com/ajgon/opsworks_ruby/compare/v1.1.1...v1.1.2) (2016-10-27) + + +### Bug Fixes + +* **webserver:** Improved apache2 support ([4293bff](https://github.com/ajgon/opsworks_ruby/commit/4293bff)) +* `node['applications']` are back ([5fc42c3](https://github.com/ajgon/opsworks_ruby/commit/5fc42c3)), closes [#55](https://github.com/ajgon/opsworks_ruby/issues/55) + + +### Features + +* `app['rollback_on_error']` implemented ([e6934a7](https://github.com/ajgon/opsworks_ruby/commit/e6934a7)), closes [#54](https://github.com/ajgon/opsworks_ruby/issues/54) + + + ## [1.1.1](https://github.com/ajgon/opsworks_ruby/compare/v1.1.0...v1.1.1) (2016-10-21) diff --git a/docs/source/conf.py b/docs/source/conf.py index a14f1b90..07ac30b6 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,9 +59,9 @@ # built documents. # # The short X.Y version. -version = u'1.1.1' +version = u'1.1.2' # The full version, including alpha/beta/rc tags. -release = u'1.1.1' +release = u'1.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/metadata.rb b/metadata.rb index 2f035e35..9ef863ff 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 '1.1.1' +version '1.1.2' depends 'deployer' depends 'ruby-ng' diff --git a/package.json b/package.json index 4cd1d648..45b1d9b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opsworks_ruby", - "version": "1.1.1", + "version": "1.1.2", "description": "Set of chef recipes for OpsWorks based Ruby projects.", "dependencies": {}, "devDependencies": {