From c2c3550319d37fe8fcc7fccdcd532c41aee86094 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 14 Jul 2021 23:34:44 +0000 Subject: [PATCH] chore(release): 1.1.2 [skip ci] ## [1.1.2](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.1...v1.1.2) (2021-07-14) ### Bug Fixes * **redhat:** use correct location for config file ([c0ea529](https://github.com/saltstack-formulas/rabbitmq-formula/commit/c0ea529473bf398f939bca1267fa94e8285ff5b0)) --- AUTHORS.md | 6 +++--- CHANGELOG.md | 7 +++++++ FORMULA | 2 +- docs/AUTHORS.rst | 6 +++--- docs/CHANGELOG.rst | 9 +++++++++ 5 files changed, 23 insertions(+), 7 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index ccbb68d8..0e9d89ef 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|79 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|23 +@myii|[@myii](https://github.com/myii)|80 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|27 @gravyboat|[@gravyboat](https://github.com/gravyboat)|11 @daks|[@daks](https://github.com/daks)|6 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 @@ -37,4 +37,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-08. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-14. diff --git a/CHANGELOG.md b/CHANGELOG.md index 381e9f8a..2d54c9be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.2](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.1...v1.1.2) (2021-07-14) + + +### Bug Fixes + +* **redhat:** use correct location for config file ([c0ea529](https://github.com/saltstack-formulas/rabbitmq-formula/commit/c0ea529473bf398f939bca1267fa94e8285ff5b0)) + ## [1.1.1](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v1.1.0...v1.1.1) (2021-07-08) diff --git a/FORMULA b/FORMULA index b67038f9..4b595669 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 1.1.1 +version: 1.1.2 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 61f282ee..7bc03261 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 79 + - 80 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 23 + - 27 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 11 @@ -107,4 +107,4 @@ This list is sorted by the number of commits per contributor in *descending* ord ---- -Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-07-08. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-07-14. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index fcd40e03..de34482b 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.1.2 `_ (2021-07-14) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **redhat:** use correct location for config file (\ `c0ea529 `_\ ) + `1.1.1 `_ (2021-07-08) ----------------------------------------------------------------------------------------------------------