diff --git a/AUTHORS.md b/AUTHORS.md
index 3a6ad35..2cbb6e0 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,18 +4,19 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@aboe76](https://github.com/aboe76)|93
+|[@aboe76](https://github.com/aboe76)|97
|[@gravyboat](https://github.com/gravyboat)|71
|[@nmadhok](https://github.com/nmadhok)|54
|[@iggy](https://github.com/iggy)|22
+|[@myii](https://github.com/myii)|22
|[@puneetk](https://github.com/puneetk)|21
|[@javierbertoli](https://github.com/javierbertoli)|20
-|[@myii](https://github.com/myii)|20
|[@xenophonf](https://github.com/xenophonf)|18
|[@andrew-vant](https://github.com/andrew-vant)|13
|[@whiteinge](https://github.com/whiteinge)|12
|[@rhertzog](https://github.com/rhertzog)|11
|[@pcdummy](https://github.com/pcdummy)|11
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|9
|[@babilen5](https://github.com/babilen5)|8
|[@UtahDave](https://github.com/UtahDave)|8
|[@colin-stubbs](https://github.com/colin-stubbs)|7
@@ -27,7 +28,6 @@ Avatar|Contributor|Contributions
|[@genuss](https://github.com/genuss)|6
|[@jacksoncage](https://github.com/jacksoncage)|5
|[@mrichar1](https://github.com/mrichar1)|5
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|5
|[@0xf10e](https://github.com/0xf10e)|5
|[@EvaSDK](https://github.com/EvaSDK)|4
|[@jbouse](https://github.com/jbouse)|4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a9ab5a4..ce19f09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
# Changelog
+## [0.58.2](https://github.com/saltstack-formulas/salt-formula/compare/v0.58.1...v0.58.2) (2019-08-01)
+
+
+### Bug Fixes
+
+* **macos:** fix minion package handling for homebrew ([14276e2](https://github.com/saltstack-formulas/salt-formula/commit/14276e2))
+* **minion:** fix jinja rendering error ([550f81b](https://github.com/saltstack-formulas/salt-formula/commit/550f81b))
+* **os:** pass state on unsupported os ([4557976](https://github.com/saltstack-formulas/salt-formula/commit/4557976))
+* **perms:** some os have custom user/root ([beb0e85](https://github.com/saltstack-formulas/salt-formula/commit/beb0e85))
+
## [0.58.1](https://github.com/saltstack-formulas/salt-formula/compare/v0.58.0...v0.58.1) (2019-08-01)
diff --git a/FORMULA b/FORMULA
index 941acc5..02dc871 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: salt
os: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows
os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows
-version: 0.58.1
+version: 0.58.2
release: 1
minimum_version: 2015.8
summary: Formula for install Saltstack
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 6f7f5d2..2cc9b93 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:``
- `@aboe76 `_
- - 93
+ - 97
* - :raw-html-m2r:``
- `@gravyboat `_
- 71
@@ -25,15 +25,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@iggy `_
- 22
+ * - :raw-html-m2r:``
+ - `@myii `_
+ - 22
* - :raw-html-m2r:``
- `@puneetk `_
- 21
* - :raw-html-m2r:``
- `@javierbertoli `_
- 20
- * - :raw-html-m2r:``
- - `@myii `_
- - 20
* - :raw-html-m2r:``
- `@xenophonf `_
- 18
@@ -49,6 +49,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@pcdummy `_
- 11
+ * - :raw-html-m2r:``
+ - `@noelmcloughlin `_
+ - 9
* - :raw-html-m2r:``
- `@babilen5 `_
- 8
@@ -82,9 +85,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@mrichar1 `_
- 5
- * - :raw-html-m2r:``
- - `@noelmcloughlin `_
- - 5
* - :raw-html-m2r:``
- `@0xf10e `_
- 5
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index d8d587c..4f43ab6 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,18 @@
Changelog
=========
+`0.58.2 `_ (2019-08-01)
+---------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **macos:** fix minion package handling for homebrew (\ `14276e2 `_\ )
+* **minion:** fix jinja rendering error (\ `550f81b `_\ )
+* **os:** pass state on unsupported os (\ `4557976 `_\ )
+* **perms:** some os have custom user/root (\ `beb0e85 `_\ )
+
`0.58.1 `_ (2019-08-01)
---------------------------------------------------------------------------------------------------------