diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a161e7c..230886ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.2](https://github.com/ajgon/opsworks_ruby/compare/v1.20.1...v1.20.2) (2021-02-07) + + +### Bug Fixes + +* run `monit reload` only once, after `configure hook` ([1b784d1](https://github.com/ajgon/opsworks_ruby/commit/1b784d15c7003490ef4691cab29e4a49dec91cd0)), closes [#251](https://github.com/ajgon/opsworks_ruby/issues/251) + + + ## [1.20.1](https://github.com/ajgon/opsworks_ruby/compare/v1.20.0...v1.20.1) (2020-12-12) diff --git a/README.md b/README.md index 7d11bac3..b314378c 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ Author: [Igor Rzegocki](https://www.rzegocki.pl/) ([@ajgon](https://github.com/a * Rich Seviora ([@richseviora](https://github.com/richseviora)) * Josh Goodall ([@inopinatus](https://github.com/inopinatus)) * Kazuki Fujii ([@kazukifujii](https://github.com/kazukifujii)) +* Kazuki Nishikawa ([@kzkn](https://github.com/kzkn)) ## License diff --git a/docs/source/conf.py b/docs/source/conf.py index 7025e685..a3acc949 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.20.1' +version = u'1.20.2' # The full version, including alpha/beta/rc tags. -release = u'1.20.1' +release = u'1.20.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/team.rst b/docs/source/team.rst index 5d0efc42..fb53b54d 100644 --- a/docs/source/team.rst +++ b/docs/source/team.rst @@ -19,6 +19,7 @@ Contributors * John Calvin Young (`@johncalvinyoung`_) * Rich Seviora (`@richseviora`_) * Kazuki Fujii (`@kazukifujii`_) +* Kazuki Nishikawa (`@kzkn`_) .. _Igor Rzegocki: https://www.rzegocki.pl/ .. _@ajgon: https://github.com/ajgon @@ -32,3 +33,4 @@ Contributors .. _@johncalvinyoung: https://github.com/johncalvinyoung .. _@richseviora: https://github.com/richseviora .. _@kazukifujii: https://github.com/kazukifujii +.. _@kzkn: https://github.com/kzkn diff --git a/metadata.rb b/metadata.rb index ebb006d8..ff2ae2fe 100644 --- a/metadata.rb +++ b/metadata.rb @@ -6,7 +6,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.20.1' +version '1.20.2' chef_version '>= 12.0' if respond_to?(:chef_version) depends 'apt', '< 7.0' diff --git a/package.json b/package.json index d0124cba..5d3e42dc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opsworks_ruby", - "version": "1.20.1", + "version": "1.20.2", "description": "Set of chef recipes for OpsWorks based Ruby projects.", "dependencies": {}, "devDependencies": {