From 31fd958b846722ec85ef735887a95d27f6e03573 Mon Sep 17 00:00:00 2001 From: Igor Rzegocki Date: Thu, 6 May 2021 17:30:27 +0200 Subject: [PATCH] chore: Version bump --- CHANGELOG.md | 9 +++++++++ docs/source/conf.py | 4 ++-- metadata.rb | 2 +- package.json | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 230886ac..1899fa1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.20.3](https://github.com/ajgon/opsworks_ruby/compare/v1.20.2...v1.20.3) (2021-05-06) + + +### Features + +* **webserver:** apache2 - configurable `mod_status` ([a82335d](https://github.com/ajgon/opsworks_ruby/commit/a82335d4ef90782dfdbf4fba97690f73d18cc62a)), closes [#259](https://github.com/ajgon/opsworks_ruby/issues/259) + + + ## [1.20.2](https://github.com/ajgon/opsworks_ruby/compare/v1.20.1...v1.20.2) (2021-02-07) diff --git a/docs/source/conf.py b/docs/source/conf.py index a3acc949..ad366ae1 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.2' +version = u'1.20.3' # The full version, including alpha/beta/rc tags. -release = u'1.20.2' +release = u'1.20.3' # 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 ff2ae2fe..a4b80f9f 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.2' +version '1.20.3' chef_version '>= 12.0' if respond_to?(:chef_version) depends 'apt', '< 7.0' diff --git a/package.json b/package.json index 5d3e42dc..2c251819 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "opsworks_ruby", - "version": "1.20.2", + "version": "1.20.3", "description": "Set of chef recipes for OpsWorks based Ruby projects.", "dependencies": {}, "devDependencies": {