diff --git a/AUTHORS.md b/AUTHORS.md index d572356..c139b5a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,14 +8,14 @@ Avatar|Contributor|Contributions @gravyboat|[@gravyboat](https://github.com/gravyboat)|27 @nmadhok|[@nmadhok](https://github.com/nmadhok)|24 @whiteinge|[@whiteinge](https://github.com/whiteinge)|17 -@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|14 +@noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|15 @ross-p|[@ross-p](https://github.com/ross-p)|13 +@daks|[@daks](https://github.com/daks)|10 @techhat|[@techhat](https://github.com/techhat)|10 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|9 @arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|8 @cheuschober|[@cheuschober](https://github.com/cheuschober)|8 @dseira|[@dseira](https://github.com/dseira)|8 -@daks|[@daks](https://github.com/daks)|8 @amontalban|[@amontalban](https://github.com/amontalban)|7 @puneetk|[@puneetk](https://github.com/puneetk)|7 @TaiSHiNet|[@TaiSHiNet](https://github.com/TaiSHiNet)|6 @@ -59,6 +59,7 @@ Avatar|Contributor|Contributions @ekristen|[@ekristen](https://github.com/ekristen)|1 @jeduardo|[@jeduardo](https://github.com/jeduardo)|1 @stromnet|[@stromnet](https://github.com/stromnet)|1 +@johnkeates|[@johnkeates](https://github.com/johnkeates)|1 @bsdlp|[@bsdlp](https://github.com/bsdlp)|1 @MEschenbacher|[@MEschenbacher](https://github.com/MEschenbacher)|1 @renich|[@renich](https://github.com/renich)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index f5251e0..dc641d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.1](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.0...v1.0.1) (2019-05-12) + + +### Documentation + +* remove obsolete CHANGELOG.rst file ([698aadb](https://github.com/saltstack-formulas/nginx-formula/commit/698aadb)) + # [1.0.0](https://github.com/saltstack-formulas/nginx-formula/compare/v0.56.1...v1.0.0) (2019-05-12) diff --git a/FORMULA b/FORMULA index 714d23f..a7f0775 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.0 +version: 1.0.1 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 8595728..5296879 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -27,10 +27,13 @@ This list is sorted by the number of commits per contributor in *descending* ord - 17 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - - 14 + - 15 * - :raw-html-m2r:`@ross-p` - `@ross-p `_ - 13 + * - :raw-html-m2r:`@daks` + - `@daks `_ + - 10 * - :raw-html-m2r:`@techhat` - `@techhat `_ - 10 @@ -46,9 +49,6 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@dseira` - `@dseira `_ - 8 - * - :raw-html-m2r:`@daks` - - `@daks `_ - - 8 * - :raw-html-m2r:`@amontalban` - `@amontalban `_ - 7 @@ -178,6 +178,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@stromnet` - `@stromnet `_ - 1 + * - :raw-html-m2r:`@johnkeates` + - `@johnkeates `_ + - 1 * - :raw-html-m2r:`@bsdlp` - `@bsdlp `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 9d8cb2c..6915f36 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.0.1 `_ (2019-05-12) +------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* remove obsolete CHANGELOG.rst file (\ `698aadb `_\ ) + `1.0.0 `_ (2019-05-12) --------------------------------------------------------------------------------------------------------