diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644
index 0000000..f3a3337
--- /dev/null
+++ b/AUTHORS.md
@@ -0,0 +1,12 @@
+# Authors
+
+This list is sorted by the number of commits per contributor in _descending_ order.
+
+Avatar|Contributor|Contributions
+:-:|---|:-:
+|[@n-rodriguez](https://github.com/n-rodriguez)|19
+|[@myii](https://github.com/myii)|3
+
+---
+
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-04.
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..840842e
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Changelog
+
+# [0.3.0](https://github.com/saltstack-formulas/telegraf-formula/compare/v0.2.16...v0.3.0) (2019-10-04)
+
+
+### Bug Fixes
+
+* **`toml_pkg`:** fix `yamllint` errors ([9e2fe52](https://github.com/saltstack-formulas/telegraf-formula/commit/9e2fe52))
+
+
+### Features
+
+* **semantic-release:** implement for this formula ([a09308e](https://github.com/saltstack-formulas/telegraf-formula/commit/a09308e)), closes [#1](https://github.com/saltstack-formulas/telegraf-formula/issues/1)
diff --git a/FORMULA b/FORMULA
index eec2f00..13bb778 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: telegraf
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
-version: 0.1.0
+version: 0.3.0
release: 1
minimum_version: 2017.7
summary: Telegraf formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
new file mode 100644
index 0000000..5dd3410
--- /dev/null
+++ b/docs/AUTHORS.rst
@@ -0,0 +1,26 @@
+.. role:: raw-html-m2r(raw)
+ :format: html
+
+
+Authors
+=======
+
+This list is sorted by the number of commits per contributor in *descending* order.
+
+.. list-table::
+ :header-rows: 1
+
+ * - Avatar
+ - Contributor
+ - Contributions
+ * - :raw-html-m2r:``
+ - `@n-rodriguez `_
+ - 19
+ * - :raw-html-m2r:``
+ - `@myii `_
+ - 3
+
+
+----
+
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-04.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
new file mode 100644
index 0000000..a027d5c
--- /dev/null
+++ b/docs/CHANGELOG.rst
@@ -0,0 +1,18 @@
+
+Changelog
+=========
+
+`0.3.0 `_ (2019-10-04)
+-----------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **\ ``toml_pkg``\ :** fix ``yamllint`` errors (\ `9e2fe52 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **semantic-release:** implement for this formula (\ `a09308e `_\ ), closes `#1 `_