diff --git a/AUTHORS.md b/AUTHORS.md
index ea4743f..5b16563 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,10 +5,10 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@myii](https://github.com/myii)|62
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|34
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|35
|[@alxwr](https://github.com/alxwr)|17
+|[@javierbertoli](https://github.com/javierbertoli)|6
|[@aboe76](https://github.com/aboe76)|6
-|[@javierbertoli](https://github.com/javierbertoli)|5
|[@mgomersbach](https://github.com/mgomersbach)|2
---
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3c76cf3..fc92828 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+# [5.0.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v4.1.1...v5.0.0) (2020-08-24)
+
+
+### Bug Fixes
+
+* **defaults:** set clientlibs defaults to an empty list ([](https://github.com/saltstack-formulas/prometheus-formula/commit/cdd2e6d))
+
+
+### BREAKING CHANGES
+
+* **defaults:** The golang clientib is not required for
+the regular use of this formula but, if you already expected it to be
+installed by default, you'll need to update your pillars to do so.
+Running this version of the formula over previous ones won't break the
+minions, only skip clientlibs.
+
## [4.1.1](https://github.com/saltstack-formulas/prometheus-formula/compare/v4.1.0...v4.1.1) (2020-08-24)
diff --git a/FORMULA b/FORMULA
index 66e6e73..99e56ac 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: 4.1.1
+version: 5.0.0
release: 1
minimum_version: 2019.2
summary: prometheus formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 989edd1..96e99b0 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,16 +18,16 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 62
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- - 34
+ - 35
* - :raw-html-m2r:``
- `@alxwr `_
- 17
+ * - :raw-html-m2r:``
+ - `@javierbertoli `_
+ - 6
* - :raw-html-m2r:``
- `@aboe76 `_
- 6
- * - :raw-html-m2r:``
- - `@javierbertoli `_
- - 5
* - :raw-html-m2r:``
- `@mgomersbach `_
- 2
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index a709203..17b3cde 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,25 @@
Changelog
=========
+`5.0.0 `_ (2020-08-24)
+------------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **defaults:** set clientlibs defaults to an empty list (\ ` `_\ )
+
+BREAKING CHANGES
+^^^^^^^^^^^^^^^^
+
+
+* **defaults:** The golang clientib is not required for
+ the regular use of this formula but, if you already expected it to be
+ installed by default, you'll need to update your pillars to do so.
+ Running this version of the formula over previous ones won't break the
+ minions, only skip clientlibs.
+
`4.1.1 `_ (2020-08-24)
------------------------------------------------------------------------------------------------------------