diff --git a/AUTHORS.md b/AUTHORS.md
index 603dfcd..e1234cb 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,18 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@myii](https://github.com/myii)|57
+|[@myii](https://github.com/myii)|59
|[@alxwr](https://github.com/alxwr)|40
|[@gravyboat](https://github.com/gravyboat)|36
|[@aboe76](https://github.com/aboe76)|32
|[@whiteinge](https://github.com/whiteinge)|31
-|[@javierbertoli](https://github.com/javierbertoli)|24
+|[@javierbertoli](https://github.com/javierbertoli)|27
|[@nmadhok](https://github.com/nmadhok)|20
|[@puneetk](https://github.com/puneetk)|20
|[@noelmcloughlin](https://github.com/noelmcloughlin)|12
|[@techhat](https://github.com/techhat)|10
+|[@ixs](https://github.com/ixs)|9
|[@landergate](https://github.com/landergate)|9
-|[@ixs](https://github.com/ixs)|8
|[@bradthurber](https://github.com/bradthurber)|8
|[@babilen5](https://github.com/babilen5)|8
|[@arthurlogilab](https://github.com/arthurlogilab)|7
@@ -89,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 2020-07-16.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-20.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8da2f8..911c9fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [0.41.1](https://github.com/saltstack-formulas/apache-formula/compare/v0.41.0...v0.41.1) (2020-07-20)
+
+
+### Bug Fixes
+
+* **server-status:** enable module in Debian family ([632802a](https://github.com/saltstack-formulas/apache-formula/commit/632802a5a946d2f05c40d9038d6f2ad596fafc58))
+* **server-status:** manage module in debian ([eafa419](https://github.com/saltstack-formulas/apache-formula/commit/eafa4196d9495bc975c7e1e7036969bdaba1441d))
+
+
+### Tests
+
+* **default+modules:** add modules' tests suite ([b253625](https://github.com/saltstack-formulas/apache-formula/commit/b25362535ae01dd140218b131a8e991d3a10cbe5))
+
# [0.41.0](https://github.com/saltstack-formulas/apache-formula/compare/v0.40.0...v0.41.0) (2020-07-16)
diff --git a/FORMULA b/FORMULA
index 2dc7652..31396df 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: apache
os: RedHat, Fedora, CentOS, Debian, Ubuntu, Suse, FreeBSD
os_family: RedHat, Debian, Suse, FreeBSD
-version: 0.41.0
+version: 0.41.1
release: 1
minimum_version: 2015.8
summary: Formula for installing Apache
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 07a23d3..a865415 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 `_
- - 57
+ - 59
* - :raw-html-m2r:``
- `@alxwr `_
- 40
@@ -30,7 +30,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 31
* - :raw-html-m2r:``
- `@javierbertoli `_
- - 24
+ - 27
* - :raw-html-m2r:``
- `@nmadhok `_
- 20
@@ -43,12 +43,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@techhat `_
- 10
+ * - :raw-html-m2r:``
+ - `@ixs `_
+ - 9
* - :raw-html-m2r:``
- `@landergate `_
- 9
- * - :raw-html-m2r:``
- - `@ixs `_
- - 8
* - :raw-html-m2r:``
- `@bradthurber `_
- 8
@@ -263,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 2020-07-16.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-20.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index ffcecd2..d1ea600 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,22 @@
Changelog
=========
+`0.41.1 `_ (2020-07-20)
+-----------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **server-status:** enable module in Debian family (\ `632802a `_\ )
+* **server-status:** manage module in debian (\ `eafa419 `_\ )
+
+Tests
+^^^^^
+
+
+* **default+modules:** add modules' tests suite (\ `b253625 `_\ )
+
`0.41.0 `_ (2020-07-16)
-----------------------------------------------------------------------------------------------------------