diff --git a/AUTHORS.md b/AUTHORS.md
index 20720ea..f2678bc 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,12 +5,13 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@gravyboat](https://github.com/gravyboat)|52
-
|[@aboe76](https://github.com/aboe76)|43
+
|[@aboe76](https://github.com/aboe76)|44
|[@alxwr](https://github.com/alxwr)|31
|[@nmadhok](https://github.com/nmadhok)|14
|[@cheuschober](https://github.com/cheuschober)|12
|[@babilen5](https://github.com/babilen5)|11
|[@kurt---](https://github.com/kurt---)|10
+
|[@myii](https://github.com/myii)|9
|[@whiteinge](https://github.com/whiteinge)|7
|[@bogdanr](https://github.com/bogdanr)|7
|[@javierbertoli](https://github.com/javierbertoli)|6
@@ -21,7 +22,6 @@ Avatar|Contributor|Contributions
|[@danoe](https://github.com/danoe)|4
|[@Seldaek](https://github.com/Seldaek)|4
|[@tsia](https://github.com/tsia)|4
-
|[@myii](https://github.com/myii)|4
|[@kpostrup](https://github.com/kpostrup)|4
|[@n-rodriguez](https://github.com/n-rodriguez)|4
|[@ross-p](https://github.com/ross-p)|4
@@ -55,10 +55,11 @@ Avatar|Contributor|Contributions
|[@mkhubbard](https://github.com/mkhubbard)|1
|[@taion809](https://github.com/taion809)|1
|[@Cottser](https://github.com/Cottser)|1
+
|[@scambra](https://github.com/scambra)|1
|[@iamseth](https://github.com/iamseth)|1
|[@zls](https://github.com/zls)|1
|[@sc250024](https://github.com/sc250024)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-07-09.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-01.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f5b6d0..bd8f360 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+## [0.37.1](https://github.com/saltstack-formulas/php-formula/compare/v0.37.0...v0.37.1) (2019-08-01)
+
+
+### Bug Fixes
+
+* add warning message for ng states ([d45bae8](https://github.com/saltstack-formulas/php-formula/commit/d45bae8))
+* allow muting deprecation warning via. pillar/config entry ([8e7471e](https://github.com/saltstack-formulas/php-formula/commit/8e7471e))
+* change message to warn about upcoming deprecation ([e97eeae](https://github.com/saltstack-formulas/php-formula/commit/e97eeae))
+* warn formula users ng states will be promoted in `v1.0.0` ([d033381](https://github.com/saltstack-formulas/php-formula/commit/d033381))
+* **pillar_from_files:** use `{}` pillar files to ensure tests pass ([1a5d734](https://github.com/saltstack-formulas/php-formula/commit/1a5d734))
+* **readme:** add warning in docs/README.rst ([3ac59e4](https://github.com/saltstack-formulas/php-formula/commit/3ac59e4))
+
# [0.37.0](https://github.com/saltstack-formulas/php-formula/compare/v0.36.0...v0.37.0) (2019-07-09)
diff --git a/FORMULA b/FORMULA
index 31d26c1..1dc737a 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: php
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
-version: 0.37.0
+version: 0.37.1
release: 1
minimum_version: 2017.7
summary: Php formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 0491e86..a2188cb 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
- 52
* - :raw-html-m2r:`
`
- `@aboe76 `_
- - 43
+ - 44
* - :raw-html-m2r:`
`
- `@alxwr `_
- 31
@@ -34,6 +34,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@kurt--- `_
- 10
+ * - :raw-html-m2r:`
`
+ - `@myii `_
+ - 9
* - :raw-html-m2r:`
`
- `@whiteinge `_
- 7
@@ -64,9 +67,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@tsia `_
- 4
- * - :raw-html-m2r:`
`
- - `@myii `_
- - 4
* - :raw-html-m2r:`
`
- `@kpostrup `_
- 4
@@ -166,6 +166,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@Cottser `_
- 1
+ * - :raw-html-m2r:`
`
+ - `@scambra `_
+ - 1
* - :raw-html-m2r:`
`
- `@iamseth `_
- 1
@@ -179,4 +182,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-07-09.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-01.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 78bd4f7..ded1721 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,20 @@
Changelog
=========
+`0.37.1 `_ (2019-08-01)
+--------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* add warning message for ng states (\ `d45bae8 `_\ )
+* allow muting deprecation warning via. pillar/config entry (\ `8e7471e `_\ )
+* change message to warn about upcoming deprecation (\ `e97eeae `_\ )
+* warn formula users ng states will be promoted in ``v1.0.0`` (\ `d033381 `_\ )
+* **pillar_from_files:** use ``{}`` pillar files to ensure tests pass (\ `1a5d734 `_\ )
+* **readme:** add warning in docs/README.rst (\ `3ac59e4 `_\ )
+
`0.37.0 `_ (2019-07-09)
--------------------------------------------------------------------------------------------------------