diff --git a/AUTHORS.md b/AUTHORS.md
index c36ecfe..0fe5c97 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@myii](https://github.com/myii)|43
+|[@myii](https://github.com/myii)|55
|[@alxwr](https://github.com/alxwr)|40
|[@gravyboat](https://github.com/gravyboat)|36
|[@aboe76](https://github.com/aboe76)|32
@@ -77,6 +77,7 @@ Avatar|Contributor|Contributions
|[@netzvieh](https://github.com/netzvieh)|1
|[@skylerberg](https://github.com/skylerberg)|1
|[@wido](https://github.com/wido)|1
+|[@Yoda-BZH](https://github.com/Yoda-BZH)|1
|[@abehling](https://github.com/abehling)|1
|[@ardin](https://github.com/ardin)|1
|[@mcarlton00](https://github.com/mcarlton00)|1
@@ -88,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-04-02.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-06-21.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dc2ccf1..e362901 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [0.39.5](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.4...v0.39.5) (2020-06-21)
+
+
+### Bug Fixes
+
+* **vhosts/cleanup:** check `sites-enabled` dir exists before listing it ([88373e3](https://github.com/saltstack-formulas/apache-formula/commit/88373e38f55eab61cf1c4edc68324f3da48f7646)), closes [#278](https://github.com/saltstack-formulas/apache-formula/issues/278)
+
+
+### Continuous Integration
+
+* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([61b903e](https://github.com/saltstack-formulas/apache-formula/commit/61b903e7803eb80b50130834b90ca86d26b9d6c8))
+* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([6895fb9](https://github.com/saltstack-formulas/apache-formula/commit/6895fb9764e9cebcbbff05763e367401d6cad959))
+* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([16bb1b0](https://github.com/saltstack-formulas/apache-formula/commit/16bb1b06e351efdf9994676de38dec7b0ecd639d))
+* **travis:** add notifications => zulip [skip ci] ([2417a75](https://github.com/saltstack-formulas/apache-formula/commit/2417a75fe218bd04c719f8eb2e2a7e402a20928e))
+* **workflows/commitlint:** add to repo [skip ci] ([2ce966d](https://github.com/saltstack-formulas/apache-formula/commit/2ce966d031e9044e8794dc93f605ce780fd99f12))
+
## [0.39.4](https://github.com/saltstack-formulas/apache-formula/compare/v0.39.3...v0.39.4) (2020-04-02)
diff --git a/FORMULA b/FORMULA
index c3b38d0..b98a1e7 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.39.4
+version: 0.39.5
release: 1
minimum_version: 2015.8
summary: Formula for installing Apache
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 0d61e85..15db9f3 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 `_
- - 43
+ - 55
* - :raw-html-m2r:``
- `@alxwr `_
- 40
@@ -232,6 +232,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@wido `_
- 1
+ * - :raw-html-m2r:``
+ - `@Yoda-BZH `_
+ - 1
* - :raw-html-m2r:``
- `@abehling `_
- 1
@@ -260,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-04-02.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-06-21.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index f56c7bd..40f0117 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,25 @@
Changelog
=========
+`0.39.5 `_ (2020-06-21)
+-----------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **vhosts/cleanup:** check ``sites-enabled`` dir exists before listing it (\ `88373e3 `_\ ), closes `#278 `_
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `61b903e `_\ )
+* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `6895fb9 `_\ )
+* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `16bb1b0 `_\ )
+* **travis:** add notifications => zulip [skip ci] (\ `2417a75 `_\ )
+* **workflows/commitlint:** add to repo [skip ci] (\ `2ce966d `_\ )
+
`0.39.4 `_ (2020-04-02)
-----------------------------------------------------------------------------------------------------------