diff --git a/AUTHORS.md b/AUTHORS.md index 006306a3..76c27326 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: @myii|[@myii](https://github.com/myii)|93 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|75 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|77 @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-31. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-01. diff --git a/CHANGELOG.md b/CHANGELOG.md index 316bcf43..c73dc533 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.1.0...v2.1.1) (2021-08-01) + + +### Bug Fixes + +* **queues:** apply queue arguments if specified ([52eacec](https://github.com/saltstack-formulas/rabbitmq-formula/commit/52eacecf9d505a3fc3d2b4d935db3102e2a5dd98)) + # [2.1.0](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.0.12...v2.1.0) (2021-07-31) diff --git a/FORMULA b/FORMULA index 88a3a00b..789896a5 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 2.1.0 +version: 2.1.1 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 3b536f23..2d9fd2c8 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - 93 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 75 + - 77 * - :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-31. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-08-01. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 4ac7f814..a83521ce 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`2.1.1 `_ (2021-08-01) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **queues:** apply queue arguments if specified (\ `52eacec `_\ ) + `2.1.0 `_ (2021-07-31) -----------------------------------------------------------------------------------------------------------