diff --git a/AUTHORS.md b/AUTHORS.md
index 1cabef8..16498ba 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,9 +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)|36
+
|[@aboe76](https://github.com/aboe76)|37
|[@nmadhok](https://github.com/nmadhok)|28
|[@whiteinge](https://github.com/whiteinge)|27
+
|[@myii](https://github.com/myii)|19
|[@noelmcloughlin](https://github.com/noelmcloughlin)|18
|[@alxwr](https://github.com/alxwr)|14
|[@cheuschober](https://github.com/cheuschober)|11
@@ -18,7 +19,6 @@ Avatar|Contributor|Contributions
|[@Routhinator](https://github.com/Routhinator)|5
|[@puneetk](https://github.com/puneetk)|5
|[@davidjb](https://github.com/davidjb)|5
-
|[@myii](https://github.com/myii)|5
|[@xenophonf](https://github.com/xenophonf)|4
|[@thatch45](https://github.com/thatch45)|4
|[@toanju](https://github.com/toanju)|4
@@ -37,7 +37,7 @@ Avatar|Contributor|Contributions
|[@stp-ip](https://github.com/stp-ip)|2
|[@RonWilliams](https://github.com/RonWilliams)|2
|[@ross-p](https://github.com/ross-p)|2
-
|[@srse](https://github.com/srse)|2
+
|[@sray](https://github.com/sray)|2
|[@tomasfejfar](https://github.com/tomasfejfar)|2
|[@vschum](https://github.com/vschum)|2
|[@madflojo](https://github.com/madflojo)|2
@@ -83,4 +83,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-17.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 949f32a..808677c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## [0.52.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.52.0...v0.52.1) (2019-10-10)
+
+
+### Bug Fixes
+
+* **server.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/mysql-formula/commit/764dd0c))
+* **user.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/mysql-formula/commit/a014e55))
+
+
+### Continuous Integration
+
+* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/mysql-formula/commit/75fd8dc))
+* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/8b89ebc))
+* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/4bdaab7))
+* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/mysql-formula/commit/5c20c9b))
+* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/mysql-formula/commit/2322ff6))
+* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/mysql-formula/commit/00494d5))
+* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/mysql-formula/commit/05b1cef))
+
# [0.52.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.51.0...v0.52.0) (2019-08-17)
diff --git a/FORMULA b/FORMULA
index b0ab7d5..bf6888d 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.52.0
+version: 0.52.1
release: 1
minimum_version: 2015.8
summary: Formula for installing MySQL
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 68adf8e..095d607 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,13 +18,16 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 38
* - :raw-html-m2r:`
`
- `@aboe76 `_
- - 36
+ - 37
* - :raw-html-m2r:`
`
- `@nmadhok `_
- 28
* - :raw-html-m2r:`
`
- `@whiteinge `_
- 27
+ * - :raw-html-m2r:`
`
+ - `@myii `_
+ - 19
* - :raw-html-m2r:`
`
- `@noelmcloughlin `_
- 18
@@ -55,9 +58,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@davidjb `_
- 5
- * - :raw-html-m2r:`
`
- - `@myii `_
- - 5
* - :raw-html-m2r:`
`
- `@xenophonf `_
- 4
@@ -112,8 +112,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@ross-p `_
- 2
- * - :raw-html-m2r:`
`
- - `@srse `_
+ * - :raw-html-m2r:`
`
+ - `@sray `_
- 2
* - :raw-html-m2r:`
`
- `@tomasfejfar `_
@@ -245,4 +245,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
----
-Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-17.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-10.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 4421b09..07d2df1 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,28 @@
Changelog
=========
+`0.52.1 `_ (2019-10-10)
+----------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **server.sls:** fix ``salt-lint`` errors (\ ` `_\ )
+* **user.sls:** fix ``salt-lint`` errors (\ ` `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` `_\ )
+* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` `_\ )
+* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` `_\ )
+* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` `_\ )
+* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` `_\ )
+* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ )
+* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` `_\ )
+
`0.52.0 `_ (2019-08-17)
----------------------------------------------------------------------------------------------------------