diff --git a/AUTHORS.md b/AUTHORS.md index 9b102a8..1009df3 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)|47 +@myii|[@myii](https://github.com/myii)|49 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|26 @aboe76|[@aboe76](https://github.com/aboe76)|23 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 @@ -21,6 +21,7 @@ Avatar|Contributor|Contributions @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|3 @thatch45|[@thatch45](https://github.com/thatch45)|3 @gtmanfred|[@gtmanfred](https://github.com/gtmanfred)|2 +@fzipi|[@fzipi](https://github.com/fzipi)|2 @stp-ip|[@stp-ip](https://github.com/stp-ip)|2 @whiteinge|[@whiteinge](https://github.com/whiteinge)|2 @iamseth|[@iamseth](https://github.com/iamseth)|2 @@ -31,7 +32,6 @@ Avatar|Contributor|Contributions @asenci|[@asenci](https://github.com/asenci)|1 @campbellmc|[@campbellmc](https://github.com/campbellmc)|1 @feiming|[@feiming](https://github.com/feiming)|1 -@fzipi|[@fzipi](https://github.com/fzipi)|1 @pprkut|[@pprkut](https://github.com/pprkut)|1 @techhat|[@techhat](https://github.com/techhat)|1 @duk3luk3|[@duk3luk3](https://github.com/duk3luk3)|1 @@ -43,4 +43,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-05-12. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-23. diff --git a/CHANGELOG.md b/CHANGELOG.md index cb5c7d6..ffabfff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +# [0.19.0](https://github.com/saltstack-formulas/postfix-formula/compare/v0.18.2...v0.19.0) (2020-05-23) + + +### Continuous Integration + +* **travis:** add notifications => zulip [skip ci] ([c78c421](https://github.com/saltstack-formulas/postfix-formula/commit/c78c4219846f8c384623da7dd74d4e9a5e419b74)) + + +### Features + +* **maps:** adds tls_policy map for smtp delivery ([d87da4a](https://github.com/saltstack-formulas/postfix-formula/commit/d87da4adc49d18674f35e40a948ad88fefaf26f6)) + ## [0.18.2](https://github.com/saltstack-formulas/postfix-formula/compare/v0.18.1...v0.18.2) (2020-05-12) diff --git a/FORMULA b/FORMULA index d6d504e..69dfedb 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: 0.18.2 +version: 0.19.0 release: 1 minimum_version: 2016.11 summary: Postfix formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 7bd3828..ae95cba 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 `_ - - 47 + - 49 * - :raw-html-m2r:`@EvaSDK` - `@EvaSDK `_ - 26 @@ -64,6 +64,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@gtmanfred` - `@gtmanfred `_ - 2 + * - :raw-html-m2r:`@fzipi` + - `@fzipi `_ + - 2 * - :raw-html-m2r:`@stp-ip` - `@stp-ip `_ - 2 @@ -94,9 +97,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@feiming` - `@feiming `_ - 1 - * - :raw-html-m2r:`@fzipi` - - `@fzipi `_ - - 1 * - :raw-html-m2r:`@pprkut` - `@pprkut `_ - 1 @@ -125,4 +125,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-05-12. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-05-23. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d3c579c..4abb0d7 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`0.19.0 `_ (2020-05-23) +------------------------------------------------------------------------------------------------------------ + +Continuous Integration +^^^^^^^^^^^^^^^^^^^^^^ + + +* **travis:** add notifications => zulip [skip ci] (\ `c78c421 `_\ ) + +Features +^^^^^^^^ + + +* **maps:** adds tls_policy map for smtp delivery (\ `d87da4a `_\ ) + `0.18.2 `_ (2020-05-12) ------------------------------------------------------------------------------------------------------------