diff --git a/AUTHORS.md b/AUTHORS.md
index 6eab81a6..4619d4a1 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -15,9 +15,9 @@ Avatar|Contributor|Contributions
|[@arthurlogilab](https://github.com/arthurlogilab)|8
|[@cheuschober](https://github.com/cheuschober)|8
|[@dseira](https://github.com/dseira)|8
+|[@daks](https://github.com/daks)|8
|[@amontalban](https://github.com/amontalban)|7
|[@puneetk](https://github.com/puneetk)|7
-|[@daks](https://github.com/daks)|6
|[@TaiSHiNet](https://github.com/TaiSHiNet)|6
|[@EvaSDK](https://github.com/EvaSDK)|6
|[@cackovic](https://github.com/cackovic)|5
@@ -43,6 +43,7 @@ Avatar|Contributor|Contributions
|[@kmshultz](https://github.com/kmshultz)|2
|[@malept](https://github.com/malept)|2
|[@meganlkm](https://github.com/meganlkm)|2
+|[@garrettw](https://github.com/garrettw)|2
|[@myoung34](https://github.com/myoung34)|2
|[@bebosudo](https://github.com/bebosudo)|1
|[@aanriot](https://github.com/aanriot)|1
@@ -56,7 +57,6 @@ Avatar|Contributor|Contributions
|[@czarneckid](https://github.com/czarneckid)|1
|[@statik](https://github.com/statik)|1
|[@ekristen](https://github.com/ekristen)|1
-|[@garrettw](https://github.com/garrettw)|1
|[@jeduardo](https://github.com/jeduardo)|1
|[@stromnet](https://github.com/stromnet)|1
|[@bsdlp](https://github.com/bsdlp)|1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29b3f3f5..22369c8b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+# [0.56.0](https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.1...v0.56.0) (2019-04-26)
+
+
+### Features
+
+* **`pillar.example`:** add stock `log_format` ([95ff308](https://github.com/saltstack-formulas/nginx-formula/commit/95ff308))
+
## [0.55.1](https://github.com/saltstack-formulas/nginx-formula/compare/v0.55.0...v0.55.1) (2019-04-26)
diff --git a/FORMULA b/FORMULA
index 5d49ef3d..047147e0 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: nginx
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
-version: 0.55.1
+version: 0.56.0
release: 1
minimum_version: 2017.3
summary: nginx formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index badf475f..8e0d26d8 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -46,15 +46,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@dseira `_
- 8
+ * - :raw-html-m2r:``
+ - `@daks `_
+ - 8
* - :raw-html-m2r:``
- `@amontalban `_
- 7
* - :raw-html-m2r:``
- `@puneetk `_
- 7
- * - :raw-html-m2r:``
- - `@daks `_
- - 6
* - :raw-html-m2r:``
- `@TaiSHiNet `_
- 6
@@ -130,6 +130,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@meganlkm `_
- 2
+ * - :raw-html-m2r:``
+ - `@garrettw `_
+ - 2
* - :raw-html-m2r:``
- `@myoung34 `_
- 2
@@ -169,9 +172,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@ekristen `_
- 1
- * - :raw-html-m2r:``
- - `@garrettw `_
- - 1
* - :raw-html-m2r:``
- `@jeduardo `_
- 1
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 25d36e40..297a34b0 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,15 @@
Changelog
=========
+`0.56.0 `_ (2019-04-26)
+----------------------------------------------------------------------------------------------------------
+
+Features
+^^^^^^^^
+
+
+* **\ ``pillar.example``\ :** add stock ``log_format`` (\ `95ff308 `_\ )
+
`0.55.1 `_ (2019-04-26)
----------------------------------------------------------------------------------------------------------