diff --git a/AUTHORS.md b/AUTHORS.md index 76c27326..07f69b42 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)|77 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|79 @gravyboat|[@gravyboat](https://github.com/gravyboat)|11 @daks|[@daks](https://github.com/daks)|6 @nmadhok|[@nmadhok](https://github.com/nmadhok)|6 diff --git a/CHANGELOG.md b/CHANGELOG.md index c73dc533..7c564434 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.2](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.1.1...v2.1.2) (2021-08-01) + + +### Bug Fixes + +* **exchanges:** accept arguments if supplied ([6df27a6](https://github.com/saltstack-formulas/rabbitmq-formula/commit/6df27a6d78b27652a09e96d0a274514f75a85bec)) + ## [2.1.1](https://github.com/saltstack-formulas/rabbitmq-formula/compare/v2.1.0...v2.1.1) (2021-08-01) diff --git a/FORMULA b/FORMULA index 789896a5..ab853f72 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: rabbitmq os: Debian, Ubuntu os_family: Debian -version: 2.1.1 +version: 2.1.2 release: 1 minimum_version: 2017.7 summary: rabbitmq formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 2d9fd2c8..5f98ec1f 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 `_ - - 77 + - 79 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 11 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index a83521ce..1b6284ba 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`2.1.2 `_ (2021-08-01) +---------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **exchanges:** accept arguments if supplied (\ `6df27a6 `_\ ) + `2.1.1 `_ (2021-08-01) ----------------------------------------------------------------------------------------------------------