diff --git a/AUTHORS.md b/AUTHORS.md
index 21d83bc..25d59c6 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,16 +4,16 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-
|[@myii](https://github.com/myii)|95
+
|[@myii](https://github.com/myii)|103
|[@gravyboat](https://github.com/gravyboat)|38
|[@aboe76](https://github.com/aboe76)|37
-
|[@noelmcloughlin](https://github.com/noelmcloughlin)|30
+
|[@noelmcloughlin](https://github.com/noelmcloughlin)|31
|[@nmadhok](https://github.com/nmadhok)|28
|[@whiteinge](https://github.com/whiteinge)|27
|[@alxwr](https://github.com/alxwr)|14
|[@cheuschober](https://github.com/cheuschober)|11
|[@pprkut](https://github.com/pprkut)|11
-
|[@babilen5](https://github.com/babilen5)|11
+
|[@babilen](https://github.com/babilen)|11
|[@techhat](https://github.com/techhat)|7
|[@roock](https://github.com/roock)|6
|[@Routhinator](https://github.com/Routhinator)|5
@@ -49,6 +49,7 @@ Avatar|Contributor|Contributions
|[@aaronm-cloudtek](https://github.com/aaronm-cloudtek)|1
|[@Achimh3011](https://github.com/Achimh3011)|1
|[@asenci](https://github.com/asenci)|1
+
|[@ixs](https://github.com/ixs)|1
|[@word](https://github.com/word)|1
|[@arthurlogilab](https://github.com/arthurlogilab)|1
|[@bogdanr](https://github.com/bogdanr)|1
@@ -88,4 +89,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-07-19.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-25.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index aba480d..a7841a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [0.56.1](https://github.com/saltstack-formulas/mysql-formula/compare/v0.56.0...v0.56.1) (2021-08-25)
+
+
+### Code Refactoring
+
+* **jinja:** improve indentation ([d09728e](https://github.com/saltstack-formulas/mysql-formula/commit/d09728e04f0405e0e085b68210210ced9d892fe4))
+
+
+### Continuous Integration
+
+* **gemfile+lock:** use `ssf` customised `inspec` repo [skip ci] ([8f91b4f](https://github.com/saltstack-formulas/mysql-formula/commit/8f91b4f3ecd2b9c9ee862aa607993f5b81ef4d6c))
+* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([d908ad5](https://github.com/saltstack-formulas/mysql-formula/commit/d908ad5e5558e236812860095222cdfb5f80ff08))
+
# [0.56.0](https://github.com/saltstack-formulas/mysql-formula/compare/v0.55.2...v0.56.0) (2021-07-19)
diff --git a/FORMULA b/FORMULA
index 55108ca..8daf959 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.56.0
+version: 0.56.1
release: 1
minimum_version: 2015.8
summary: Formula for installing MySQL
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 5a262bc..28e8b2b 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:`
`
- `@myii `_
- - 95
+ - 103
* - :raw-html-m2r:`
`
- `@gravyboat `_
- 38
@@ -24,7 +24,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 37
* - :raw-html-m2r:`
`
- `@noelmcloughlin `_
- - 30
+ - 31
* - :raw-html-m2r:`
`
- `@nmadhok `_
- 28
@@ -40,8 +40,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@pprkut `_
- 11
- * - :raw-html-m2r:`
`
- - `@babilen5 `_
+ * - :raw-html-m2r:`
`
+ - `@babilen `_
- 11
* - :raw-html-m2r:`
`
- `@techhat `_
@@ -148,6 +148,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@asenci `_
- 1
+ * - :raw-html-m2r:`
`
+ - `@ixs `_
+ - 1
* - :raw-html-m2r:`
`
- `@word `_
- 1
@@ -260,4 +263,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 2021-07-19.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-08-25.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 2a565b0..c320a0a 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,22 @@
Changelog
=========
+`0.56.1 `_ (2021-08-25)
+----------------------------------------------------------------------------------------------------------
+
+Code Refactoring
+^^^^^^^^^^^^^^^^
+
+
+* **jinja:** improve indentation (\ `d09728e `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gemfile+lock:** use ``ssf`` customised ``inspec`` repo [skip ci] (\ `8f91b4f `_\ )
+* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `d908ad5 `_\ )
+
`0.56.0 `_ (2021-07-19)
----------------------------------------------------------------------------------------------------------