diff --git a/AUTHORS.md b/AUTHORS.md
index f77485e..0f45531 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,8 +5,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@alxwr](https://github.com/alxwr)|7
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|2
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|4
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-05.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-06-22.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f4c9859..93a2162 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+# [2.0.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v1.2.0...v2.0.0) (2019-06-22)
+
+
+### Features
+
+* **repository:** add support for pkgrepo.managed ([907f9a6](https://github.com/saltstack-formulas/prometheus-formula/commit/907f9a6))
+
+
+### BREAKING CHANGES
+
+* **repository:** the variable 'pkg' was renamed 'pkg.name',
+ update your pillars
+
# [1.2.0](https://github.com/saltstack-formulas/prometheus-formula/compare/v1.1.0...v1.2.0) (2019-06-05)
diff --git a/FORMULA b/FORMULA
index 9a21df4..fa0639b 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: prometheus
os: FreeBSD
os_family: FreeBSD
-version: 1.2.0
+version: 2.0.0
release: 1
minimum_version: 2016.11
summary: Prometheus formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index dc43ecb..9aa3ffe 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,9 +18,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 7
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- - 2
+ - 4
----
-Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-05.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-06-22.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index ea0345c..73933f3 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,22 @@
Changelog
=========
+`2.0.0 `_ (2019-06-22)
+------------------------------------------------------------------------------------------------------------
+
+Features
+^^^^^^^^
+
+
+* **repository:** add support for pkgrepo.managed (\ `907f9a6 `_\ )
+
+BREAKING CHANGES
+^^^^^^^^^^^^^^^^
+
+
+* **repository:** the variable 'pkg' was renamed 'pkg.name',
+ update your pillars
+
`1.2.0 `_ (2019-06-05)
------------------------------------------------------------------------------------------------------------