diff --git a/AUTHORS.md b/AUTHORS.md index 7fe80ce..1175400 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -12,7 +12,9 @@ Avatar|Contributor|Contributions @myii|[@myii](https://github.com/myii)|3 @javierbertoli|[@javierbertoli](https://github.com/javierbertoli)|2 @blbradley|[@blbradley](https://github.com/blbradley)|1 +@johnkeates|[@johnkeates](https://github.com/johnkeates)|1 @noelmcloughlin|[@noelmcloughlin](https://github.com/noelmcloughlin)|1 +@n-rodriguez|[@n-rodriguez](https://github.com/n-rodriguez)|1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a30d4a..240d281 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.2...v1.0.3) (2019-05-13) + + +### Documentation + +* **readme:** improve readme sections ([10e2bde](https://github.com/saltstack-formulas/vault-formula/commit/10e2bde)) + ## [1.0.2](https://github.com/saltstack-formulas/vault-formula/compare/v1.0.1...v1.0.2) (2019-05-13) diff --git a/FORMULA b/FORMULA index 3d8a86f..409392e 100644 --- a/FORMULA +++ b/FORMULA @@ -1,7 +1,7 @@ name: vault os: Debian, Ubuntu, RedHat, Fedora, CentOS, Amazon os_family: Debian, RedHat -version: 1.0.2 +version: 1.0.3 release: 1 minimum_version: 2018.3 summary: Vault formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 20a2039..686e999 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -37,9 +37,15 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@blbradley` - `@blbradley `_ - 1 + * - :raw-html-m2r:`@johnkeates` + - `@johnkeates `_ + - 1 * - :raw-html-m2r:`@noelmcloughlin` - `@noelmcloughlin `_ - 1 + * - :raw-html-m2r:`@n-rodriguez` + - `@n-rodriguez `_ + - 1 ---- diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 846d0a0..b9e1df0 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.0.3 `_ (2019-05-13) +------------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* **readme:** improve readme sections (\ `10e2bde `_\ ) + `1.0.2 `_ (2019-05-13) -------------------------------------------------------------------------------------------------------