diff --git a/AUTHORS.md b/AUTHORS.md index c139b5a..09e0d4f 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -62,6 +62,7 @@ Avatar|Contributor|Contributions @johnkeates|[@johnkeates](https://github.com/johnkeates)|1 @bsdlp|[@bsdlp](https://github.com/bsdlp)|1 @MEschenbacher|[@MEschenbacher](https://github.com/MEschenbacher)|1 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|1 @renich|[@renich](https://github.com/renich)|1 @outime|[@outime](https://github.com/outime)|1 @scub|[@scub](https://github.com/scub)|1 diff --git a/CHANGELOG.md b/CHANGELOG.md index dc641d9..e3bcc01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.1...v1.0.2) (2019-05-12) + + +### Documentation + +* **readme:** update README, add badges ([adbac43](https://github.com/saltstack-formulas/nginx-formula/commit/adbac43)) + ## [1.0.1](https://github.com/saltstack-formulas/nginx-formula/compare/v1.0.0...v1.0.1) (2019-05-12) diff --git a/FORMULA b/FORMULA index a7f0775..799044f 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.1 +version: 1.0.2 release: 1 minimum_version: 2017.3 summary: nginx formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 5296879..00b5767 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -187,6 +187,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@MEschenbacher` - `@MEschenbacher `_ - 1 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 1 * - :raw-html-m2r:`@renich` - `@renich `_ - 1 diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6915f36..4c9be52 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.0.2 `_ (2019-05-12) +------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** update README, add badges (\ `adbac43 `_\ ) + `1.0.1 `_ (2019-05-12) -------------------------------------------------------------------------------------------------------