diff --git a/AUTHORS.md b/AUTHORS.md
index c0f0015..54adc45 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -12,7 +12,7 @@ Avatar|Contributor|Contributions
|[@javierbertoli](https://github.com/javierbertoli)|27
|[@nmadhok](https://github.com/nmadhok)|20
|[@puneetk](https://github.com/puneetk)|20
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|18
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|20
|[@techhat](https://github.com/techhat)|10
|[@ixs](https://github.com/ixs)|9
|[@landergate](https://github.com/landergate)|9
@@ -21,6 +21,7 @@ Avatar|Contributor|Contributions
|[@arthurlogilab](https://github.com/arthurlogilab)|7
|[@stp-ip](https://github.com/stp-ip)|7
|[@porunov](https://github.com/porunov)|7
+|[@SuperTux88](https://github.com/SuperTux88)|6
|[@genuss](https://github.com/genuss)|6
|[@kadogo](https://github.com/kadogo)|6
|[@bmwiedemann](https://github.com/bmwiedemann)|5
@@ -55,7 +56,6 @@ Avatar|Contributor|Contributions
|[@jhops-ab](https://github.com/jhops-ab)|1
|[@isntall](https://github.com/isntall)|1
|[@benjy](https://github.com/benjy)|1
-|[@SuperTux88](https://github.com/SuperTux88)|1
|[@iggy](https://github.com/iggy)|1
|[@chorne-togetherwork](https://github.com/chorne-togetherwork)|1
|[@corywright](https://github.com/corywright)|1
@@ -92,4 +92,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-10-13.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-10-14.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c247852..8b3b020 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [1.0.4](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.3...v1.0.4) (2020-10-14)
+
+
+### Bug Fixes
+
+* **debian:** don't execute a2enmod on every run ([5844322](https://github.com/saltstack-formulas/apache-formula/commit/5844322de46b82cad6beedd2b99c8808df8f2485))
+* **debian:** fix default moddir on debian ([c17601e](https://github.com/saltstack-formulas/apache-formula/commit/c17601ee42cc4aa0222ec60e8ec3176d902b32f1))
+* **logs:** don't change owners of logfiles with salt ([382e053](https://github.com/saltstack-formulas/apache-formula/commit/382e053c58c1b4e4f3ceb1af8fd75e2f56f6d153))
+* **vhosts:** replace %O with %b in default LogFormat ([2b52e11](https://github.com/saltstack-formulas/apache-formula/commit/2b52e11a8a91b0837a442bac816e7383dbe6fb13))
+
+
+### Tests
+
+* **pillar:** remove modules that aren't installed from being enabled ([47ec5fc](https://github.com/saltstack-formulas/apache-formula/commit/47ec5fcc343ea889898e2418cd7c03a4a75c8f87))
+
## [1.0.3](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.2...v1.0.3) (2020-10-13)
diff --git a/FORMULA b/FORMULA
index ac08ff9..b3d30d8 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: 1.0.3
+version: 1.0.4
release: 1
minimum_version: 2015.8
summary: Formula for installing Apache
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index ca7c8f6..07b5591 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -39,7 +39,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 20
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- - 18
+ - 20
* - :raw-html-m2r:``
- `@techhat `_
- 10
@@ -64,6 +64,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@porunov `_
- 7
+ * - :raw-html-m2r:``
+ - `@SuperTux88 `_
+ - 6
* - :raw-html-m2r:``
- `@genuss `_
- 6
@@ -166,9 +169,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@benjy `_
- 1
- * - :raw-html-m2r:``
- - `@SuperTux88 `_
- - 1
* - :raw-html-m2r:``
- `@iggy `_
- 1
@@ -272,4 +272,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-10-13.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-10-14.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 41fd0c6..2b7b2c2 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,24 @@
Changelog
=========
+`1.0.4 `_ (2020-10-14)
+--------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **debian:** don't execute a2enmod on every run (\ `5844322 `_\ )
+* **debian:** fix default moddir on debian (\ `c17601e `_\ )
+* **logs:** don't change owners of logfiles with salt (\ `382e053 `_\ )
+* **vhosts:** replace %O with %b in default LogFormat (\ `2b52e11 `_\ )
+
+Tests
+^^^^^
+
+
+* **pillar:** remove modules that aren't installed from being enabled (\ `47ec5fc `_\ )
+
`1.0.3 `_ (2020-10-13)
--------------------------------------------------------------------------------------------------------