diff --git a/AUTHORS.md b/AUTHORS.md
index 7526d62..87d39c0 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,9 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|2
-|[@alxwr](https://github.com/alxwr)|1
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|10
+|[@davidkarlsen](https://github.com/davidkarlsen)|8
+|[@nmadhok](https://github.com/nmadhok)|6
+|[@keesbos](https://github.com/keesbos)|4
+|[@puneetk](https://github.com/puneetk)|3
+|[@techhat](https://github.com/techhat)|2
+|[@whiteinge](https://github.com/whiteinge)|2
+|[@tedski](https://github.com/tedski)|2
+|[@iggy](https://github.com/iggy)|1
+|[@feiming](https://github.com/feiming)|1
+|[@pruiz](https://github.com/pruiz)|1
---
-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-07-19.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e69de29..b81c098 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -0,0 +1,27 @@
+# Changelog
+
+# [0.2.0](https://github.com/saltstack-formulas/sysstat-formula/compare/v0.1.0...v0.2.0) (2019-07-19)
+
+
+### Bug Fixes
+
+* **example:** fix pillar example ([d4e6442](https://github.com/saltstack-formulas/sysstat-formula/commit/d4e6442))
+* **macro:** remove unused 'concat_args' macro ([ee6f30f](https://github.com/saltstack-formulas/sysstat-formula/commit/ee6f30f))
+* **suse:** correct the service name on suse ([d69bd4e](https://github.com/saltstack-formulas/sysstat-formula/commit/d69bd4e))
+
+
+### Code Refactoring
+
+* **formula:** align with template-formula v3.0.0 ([873ae0f](https://github.com/saltstack-formulas/sysstat-formula/commit/873ae0f))
+
+
+### Features
+
+* **formula:** align with template-formula v3.0.0 ([12a9c76](https://github.com/saltstack-formulas/sysstat-formula/commit/12a9c76))
+* **formula:** apply pr review comments ([ad30f21](https://github.com/saltstack-formulas/sysstat-formula/commit/ad30f21))
+* **formula:** apply pr review comments ([1e3cdc9](https://github.com/saltstack-formulas/sysstat-formula/commit/1e3cdc9))
+
+
+### Tests
+
+* **inspec:** fix unit test ([84e697a](https://github.com/saltstack-formulas/sysstat-formula/commit/84e697a))
diff --git a/FORMULA b/FORMULA
index 99da00c..2dbac63 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: sysstat
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris
-version: 1.0.0
+version: 0.2.0
release: 1
minimum_version: 2016.11
summary: sysstat formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
new file mode 100644
index 0000000..b631092
--- /dev/null
+++ b/docs/AUTHORS.rst
@@ -0,0 +1,53 @@
+.. 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:``
+ - `@noelmcloughlin `_
+ - 10
+ * - :raw-html-m2r:``
+ - `@davidkarlsen `_
+ - 8
+ * - :raw-html-m2r:``
+ - `@nmadhok `_
+ - 6
+ * - :raw-html-m2r:``
+ - `@keesbos `_
+ - 4
+ * - :raw-html-m2r:``
+ - `@puneetk `_
+ - 3
+ * - :raw-html-m2r:``
+ - `@techhat `_
+ - 2
+ * - :raw-html-m2r:``
+ - `@whiteinge `_
+ - 2
+ * - :raw-html-m2r:``
+ - `@tedski `_
+ - 2
+ * - :raw-html-m2r:``
+ - `@iggy `_
+ - 1
+ * - :raw-html-m2r:``
+ - `@feiming `_
+ - 1
+ * - :raw-html-m2r:``
+ - `@pruiz `_
+ - 1
+
+
+----
+
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-07-19.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
new file mode 100644
index 0000000..1a7b610
--- /dev/null
+++ b/docs/CHANGELOG.rst
@@ -0,0 +1,34 @@
+
+Changelog
+=========
+
+`0.2.0 `_ (2019-07-19)
+---------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **example:** fix pillar example (\ `d4e6442 `_\ )
+* **macro:** remove unused 'concat_args' macro (\ `ee6f30f `_\ )
+* **suse:** correct the service name on suse (\ `d69bd4e `_\ )
+
+Code Refactoring
+^^^^^^^^^^^^^^^^
+
+
+* **formula:** align with template-formula v3.0.0 (\ `873ae0f `_\ )
+
+Features
+^^^^^^^^
+
+
+* **formula:** align with template-formula v3.0.0 (\ `12a9c76 `_\ )
+* **formula:** apply pr review comments (\ `ad30f21 `_\ )
+* **formula:** apply pr review comments (\ `1e3cdc9 `_\ )
+
+Tests
+^^^^^
+
+
+* **inspec:** fix unit test (\ `84e697a `_\ )