From a3f8e668b79f863ce85e1010e56c466bb1d8788b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Jul 2021 23:54:18 +0000 Subject: [PATCH] chore(release): 1.1.3 [skip ci] ## [1.1.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.2...v1.1.3) (2021-07-14) ### Bug Fixes * **config:** rabbitmq config keys are not uppercase ([98cda43](https://github.com/saltstack-formulas/rabbitmq-formula/commit/98cda43e71335dd4400c48202fbf0b115e780b05)) --- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/CHANGELOG.rst | 9 +++++++++ 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d54c9be..099f8d33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.2...v1.1.3) (2021-07-14) + + +### Bug Fixes + +* **config:** rabbitmq config keys are not uppercase ([98cda43](https://github.com/saltstack-formulas/rabbitmq-formula/commit/98cda43e71335dd4400c48202fbf0b115e780b05)) + ## [1.1.2](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.1...v1.1.2) (2021-07-14) diff --git a/FORMULA b/FORMULA index 4b595669..b5a18ad4 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 1.1.2 +version: 1.1.3 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index de34482b..92061e59 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.3 `_ (2021-07-14) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **config:** rabbitmq config keys are not uppercase (\ `98cda43 `_\ ) + `1.1.2 `_ (2021-07-14) ----------------------------------------------------------------------------------------------------------