diff --git a/AUTHORS.md b/AUTHORS.md
index 34f0f9ac..6d4086b5 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,10 +5,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@gravyboat](https://github.com/gravyboat)|38
-
|[@aboe76](https://github.com/aboe76)|33
+
|[@aboe76](https://github.com/aboe76)|35
|[@nmadhok](https://github.com/nmadhok)|28
|[@whiteinge](https://github.com/whiteinge)|27
-
|[@noelmcloughlin](https://github.com/noelmcloughlin)|17
+
|[@noelmcloughlin](https://github.com/noelmcloughlin)|18
|[@alxwr](https://github.com/alxwr)|14
|[@cheuschober](https://github.com/cheuschober)|11
|[@babilen5](https://github.com/babilen5)|11
@@ -24,6 +24,7 @@ Avatar|Contributor|Contributions
|[@tiger-seo](https://github.com/tiger-seo)|4
|[@gtmanfred](https://github.com/gtmanfred)|4
|[@alexhayes](https://github.com/alexhayes)|3
+
|[@myii](https://github.com/myii)|3
|[@alfonsfoubert](https://github.com/alfonsfoubert)|3
|[@cboltz](https://github.com/cboltz)|3
|[@pcdummy](https://github.com/pcdummy)|3
@@ -55,7 +56,6 @@ Avatar|Contributor|Contributions
|[@terminalmage](https://github.com/terminalmage)|1
|[@replicant0wnz](https://github.com/replicant0wnz)|1
|[@imran1008](https://github.com/imran1008)|1
-
|[@myii](https://github.com/myii)|1
|[@JubbaSmail](https://github.com/JubbaSmail)|1
|[@h4ck3rm1k3](https://github.com/h4ck3rm1k3)|1
|[@dijit](https://github.com/dijit)|1
@@ -78,7 +78,8 @@ Avatar|Contributor|Contributions
|[@slawekp](https://github.com/slawekp)|1
|[@tsia](https://github.com/tsia)|1
|[@zhujinhe](https://github.com/zhujinhe)|1
+
|[@daks](https://github.com/daks)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-12.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-08.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3900c5c5..0c80a5fa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+# [0.51.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.50.0...v0.51.0) (2019-08-08)
+
+
+### Bug Fixes
+
+* **connector:** fix typos (connnector) and missing `enabled` ([bdee94a](https://github.com/saltstack-formulas/mysql-formula/commit/bdee94a))
+
+
+### Features
+
+* **linux:** archlinux support (no osmajorrelase grain) ([4b4ad88](https://github.com/saltstack-formulas/mysql-formula/commit/4b4ad88))
+
# [0.50.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.49.0...v0.50.0) (2019-07-12)
diff --git a/FORMULA b/FORMULA
index ae7fdda4..6c0f35fc 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: mysql
os: RedHat, CentOS, Debian, Ubuntu, Suse, Gentoo, FreeBSD
os_family: RedHat, Debian, Suse, Gentoo, FreeBSD
-version: 0.50.0
+version: 0.51.0
release: 1
minimum_version: 2015.8
summary: Formula for installing MySQL
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index f40929f8..06f50d2b 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 38
* - :raw-html-m2r:`
`
- `@aboe76 `_
- - 33
+ - 35
* - :raw-html-m2r:`
`
- `@nmadhok `_
- 28
@@ -27,7 +27,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 27
* - :raw-html-m2r:`
`
- `@noelmcloughlin `_
- - 17
+ - 18
* - :raw-html-m2r:`
`
- `@alxwr `_
- 14
@@ -73,6 +73,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@alexhayes `_
- 3
+ * - :raw-html-m2r:`
`
+ - `@myii `_
+ - 3
* - :raw-html-m2r:`
`
- `@alfonsfoubert `_
- 3
@@ -166,9 +169,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@imran1008 `_
- 1
- * - :raw-html-m2r:`
`
- - `@myii `_
- - 1
* - :raw-html-m2r:`
`
- `@JubbaSmail `_
- 1
@@ -235,8 +235,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@zhujinhe `_
- 1
+ * - :raw-html-m2r:`
`
+ - `@daks `_
+ - 1
----
-Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-12.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-08.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 849c2992..a47f02eb 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,21 @@
Changelog
=========
+`0.51.0 `_ (2019-08-08)
+----------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **connector:** fix typos (connnector) and missing ``enabled`` (\ `bdee94a `_\ )
+
+Features
+^^^^^^^^
+
+
+* **linux:** archlinux support (no osmajorrelase grain) (\ `4b4ad88 `_\ )
+
`0.50.0 `_ (2019-07-12)
----------------------------------------------------------------------------------------------------------