diff --git a/AUTHORS.md b/AUTHORS.md index 0de0587..06f885c 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|61 +@myii|[@myii](https://github.com/myii)|62 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|26 @aboe76|[@aboe76](https://github.com/aboe76)|23 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @@ -26,6 +26,7 @@ Avatar|Contributor|Contributions @iamseth|[@iamseth](https://github.com/iamseth)|2 @skylerberg|[@skylerberg](https://github.com/skylerberg)|2 @babilen5|[@babilen5](https://github.com/babilen5)|2 +@jasonious|[@jasonious](https://github.com/jasonious)|2 @jeroen92|[@jeroen92](https://github.com/jeroen92)|2 @daks|[@daks](https://github.com/daks)|2 @asenci|[@asenci](https://github.com/asenci)|1 @@ -45,4 +46,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-09-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-10-02. diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d5d94e..52677a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.2](https://github.com/saltstack-formulas/postfix-formula/compare/v1.2.1...v1.2.2) (2020-10-02) + + +### Styles + +* prepend modes with 0 ([fdc127c](https://github.com/saltstack-formulas/postfix-formula/commit/fdc127c8db7b19fac9be907ca511b17d5f5c4be0)) +* quote modes/numbers ([b9c4fba](https://github.com/saltstack-formulas/postfix-formula/commit/b9c4fbadaf164c1589a27af45fbde7092e6a1d8a)) + ## [1.2.1](https://github.com/saltstack-formulas/postfix-formula/compare/v1.2.0...v1.2.1) (2020-09-27) diff --git a/FORMULA b/FORMULA index c379557..813dbaa 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: postfix os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 1.2.1 +version: 1.2.2 release: 1 minimum_version: 2016.11 summary: Postfix formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8afd1ab..32717d0 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 61 + - 62 * - :raw-html-m2r:`@EvaSDK` - `@EvaSDK `_ - 26 @@ -79,6 +79,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ - 2 + * - :raw-html-m2r:`@jasonious` + - `@jasonious `_ + - 2 * - :raw-html-m2r:`@jeroen92` - `@jeroen92 `_ - 2 @@ -131,4 +134,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 2020-09-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-10-02. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 76e9d74..7e892ae 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,16 @@ Changelog ========= +`1.2.2 `_ (2020-10-02) +--------------------------------------------------------------------------------------------------------- + +Styles +^^^^^^ + + +* prepend modes with 0 (\ `fdc127c `_\ ) +* quote modes/numbers (\ `b9c4fba `_\ ) + `1.2.1 `_ (2020-09-27) ---------------------------------------------------------------------------------------------------------