diff --git a/AUTHORS.md b/AUTHORS.md index 6c99522..6f6dc94 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -16,9 +16,9 @@ Avatar|Contributor|Contributions @arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|8 @cheuschober|[@cheuschober](https://github.com/cheuschober)|8 @dseira|[@dseira](https://github.com/dseira)|8 +@myii|[@myii](https://github.com/myii)|8 @amontalban|[@amontalban](https://github.com/amontalban)|7 @puneetk|[@puneetk](https://github.com/puneetk)|7 -@myii|[@myii](https://github.com/myii)|7 @TaiSHiNet|[@TaiSHiNet](https://github.com/TaiSHiNet)|6 @EvaSDK|[@EvaSDK](https://github.com/EvaSDK)|6 @cackovic|[@cackovic](https://github.com/cackovic)|5 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f98721..a5f04ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.4...v1.0.5) (2019-05-13) + + +### Documentation + +* **readme:** improve readme sections ([3cc3407](https://github.com/saltstack-formulas/nginx-formula/commit/3cc3407)) + ## [1.0.4](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.3...v1.0.4) (2019-05-13) diff --git a/FORMULA b/FORMULA index 816fbe3..02074a9 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: nginx os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE os_family: Debian, RedHat, Suse -version: 1.0.4 +version: 1.0.5 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 40f4932..bf4e901 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -49,15 +49,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dseira` - `@dseira `_ - 8 + * - :raw-html-m2r:`@myii` + - `@myii `_ + - 8 * - :raw-html-m2r:`@amontalban` - `@amontalban `_ - 7 * - :raw-html-m2r:`@puneetk` - `@puneetk `_ - 7 - * - :raw-html-m2r:`@myii` - - `@myii `_ - - 7 * - :raw-html-m2r:`@TaiSHiNet` - `@TaiSHiNet `_ - 6 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index d092f2c..7a0ff50 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.0.5 `_ (2019-05-13) +------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** improve readme sections (\ `3cc3407 `_\ ) + `1.0.4 `_ (2019-05-13) -------------------------------------------------------------------------------------------------------