diff --git a/AUTHORS.md b/AUTHORS.md
index 54adc45..40dd676 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -10,9 +10,9 @@ Avatar|Contributor|Contributions
|[@aboe76](https://github.com/aboe76)|32
|[@whiteinge](https://github.com/whiteinge)|31
|[@javierbertoli](https://github.com/javierbertoli)|27
+
|[@noelmcloughlin](https://github.com/noelmcloughlin)|25
|[@nmadhok](https://github.com/nmadhok)|20
|[@puneetk](https://github.com/puneetk)|20
-
|[@noelmcloughlin](https://github.com/noelmcloughlin)|20
|[@techhat](https://github.com/techhat)|10
|[@ixs](https://github.com/ixs)|9
|[@landergate](https://github.com/landergate)|9
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8b3b020..41a1bce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [1.0.5](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.4...v1.0.5) (2020-10-14)
+
+
+### Bug Fixes
+
+* **clean:** remove entire apache config directory ([cac5f35](https://github.com/saltstack-formulas/apache-formula/commit/cac5f357a47d1bdd40371aca97181b490430c158))
+
+
+### Code Refactoring
+
+* **package:** remove unnecessary state ([fb81d8e](https://github.com/saltstack-formulas/apache-formula/commit/fb81d8e69450702bcd3eaa6e5243fce02715c819))
+
+
+### Documentation
+
+* **readme:** add mod watchdog to pillar example ([e0043dd](https://github.com/saltstack-formulas/apache-formula/commit/e0043dd7bafcab1b87822d0c831b91e10936b291))
+
## [1.0.4](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.3...v1.0.4) (2020-10-14)
diff --git a/FORMULA b/FORMULA
index b3d30d8..4c83379 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.4
+version: 1.0.5
release: 1
minimum_version: 2015.8
summary: Formula for installing Apache
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 07b5591..4818eed 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -31,15 +31,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@javierbertoli `_
- 27
+ * - :raw-html-m2r:`
`
+ - `@noelmcloughlin `_
+ - 25
* - :raw-html-m2r:`
`
- `@nmadhok `_
- 20
* - :raw-html-m2r:`
`
- `@puneetk `_
- 20
- * - :raw-html-m2r:`
`
- - `@noelmcloughlin `_
- - 20
* - :raw-html-m2r:`
`
- `@techhat `_
- 10
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 2b7b2c2..0768a7e 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,27 @@
Changelog
=========
+`1.0.5 `_ (2020-10-14)
+--------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **clean:** remove entire apache config directory (\ `cac5f35 `_\ )
+
+Code Refactoring
+^^^^^^^^^^^^^^^^
+
+
+* **package:** remove unnecessary state (\ `fb81d8e `_\ )
+
+Documentation
+^^^^^^^^^^^^^
+
+
+* **readme:** add mod watchdog to pillar example (\ `e0043dd `_\ )
+
`1.0.4 `_ (2020-10-14)
--------------------------------------------------------------------------------------------------------