diff --git a/AUTHORS.md b/AUTHORS.md
index 5b16563..9707ab0 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,9 +4,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@myii](https://github.com/myii)|62
+|[@myii](https://github.com/myii)|63
|[@noelmcloughlin](https://github.com/noelmcloughlin)|35
|[@alxwr](https://github.com/alxwr)|17
+|[@n-rodriguez](https://github.com/n-rodriguez)|10
|[@javierbertoli](https://github.com/javierbertoli)|6
|[@aboe76](https://github.com/aboe76)|6
|[@mgomersbach](https://github.com/mgomersbach)|2
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fc92828..2d39a86 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [5.0.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v5.0.0...v5.0.1) (2020-08-24)
+
+
+### Bug Fixes
+
+* **pillar:** fix service name in archive mode ([](https://github.com/saltstack-formulas/prometheus-formula/commit/b03a1cc))
+* **service:** pick up the right service name in pillars ([](https://github.com/saltstack-formulas/prometheus-formula/commit/0169c89))
+* **service:** service is not reloaded because of failing if ([](https://github.com/saltstack-formulas/prometheus-formula/commit/deb9cd2))
+* **test:** add tests on node_exporter service ([](https://github.com/saltstack-formulas/prometheus-formula/commit/4e8c69f))
+* **test:** add tests on prometheus-node-exporter ([](https://github.com/saltstack-formulas/prometheus-formula/commit/6010cc3))
+* **test:** fix alertmanager service name in repo mode test ([](https://github.com/saltstack-formulas/prometheus-formula/commit/41da7cc))
+* **test:** fix test pillars ([](https://github.com/saltstack-formulas/prometheus-formula/commit/910a06d))
+* **test:** fix tests for RedHat OSes in repo mode ([](https://github.com/saltstack-formulas/prometheus-formula/commit/49e6fa5))
+* **test:** test Salt 3001 with Debian 9 and 10 ([](https://github.com/saltstack-formulas/prometheus-formula/commit/890bfc1))
+
+
+### Styles
+
+* **test:** improve Ruby style ([](https://github.com/saltstack-formulas/prometheus-formula/commit/461ce4f))
+
# [5.0.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v4.1.1...v5.0.0) (2020-08-24)
diff --git a/FORMULA b/FORMULA
index 99e56ac..0ca2784 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: prometheus
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
-version: 5.0.0
+version: 5.0.1
release: 1
minimum_version: 2019.2
summary: prometheus formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 96e99b0..79ad664 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -15,13 +15,16 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:``
- `@myii `_
- - 62
+ - 63
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- 35
* - :raw-html-m2r:``
- `@alxwr `_
- 17
+ * - :raw-html-m2r:``
+ - `@n-rodriguez `_
+ - 10
* - :raw-html-m2r:``
- `@javierbertoli `_
- 6
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 17b3cde..9a37c4d 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,29 @@
Changelog
=========
+`5.0.1 `_ (2020-08-24)
+------------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **pillar:** fix service name in archive mode (\ ` `_\ )
+* **service:** pick up the right service name in pillars (\ ` `_\ )
+* **service:** service is not reloaded because of failing if (\ ` `_\ )
+* **test:** add tests on node_exporter service (\ ` `_\ )
+* **test:** add tests on prometheus-node-exporter (\ ` `_\ )
+* **test:** fix alertmanager service name in repo mode test (\ ` `_\ )
+* **test:** fix test pillars (\ ` `_\ )
+* **test:** fix tests for RedHat OSes in repo mode (\ ` `_\ )
+* **test:** test Salt 3001 with Debian 9 and 10 (\ ` `_\ )
+
+Styles
+^^^^^^
+
+
+* **test:** improve Ruby style (\ ` `_\ )
+
`5.0.0 `_ (2020-08-24)
------------------------------------------------------------------------------------------------------------