diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644
index 0000000..c676539
--- /dev/null
+++ b/AUTHORS.md
@@ -0,0 +1,18 @@
+# Authors
+
+This list is sorted by the number of commits per contributor in _descending_ order.
+
+Avatar|Contributor|Contributions
+:-:|---|:-:
+|[@aboe76](https://github.com/aboe76)|14
+|[@babilen5](https://github.com/babilen5)|7
+|[@nmadhok](https://github.com/nmadhok)|2
+|[@zajk](https://github.com/zajk)|2
+|[@puneetk](https://github.com/puneetk)|2
+|[@dmaphy](https://github.com/dmaphy)|1
+|[@mgomersbach](https://github.com/mgomersbach)|1
+|[@abednarik](https://github.com/abednarik)|1
+
+---
+
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-28.
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..ba5c4b6
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+# [0.6.0](https://github.com/saltstack-formulas/sysctl-formula/compare/v0.5.0...v0.6.0) (2019-08-28)
+
+
+### Continuous Integration
+
+* **kitchen:** add Kitchen tests ([a4e6a66](https://github.com/saltstack-formulas/sysctl-formula/commit/a4e6a66))
+* **travis:** disable tests on CentOS-6 for now (the fix is to come) ([198d1b0](https://github.com/saltstack-formulas/sysctl-formula/commit/198d1b0))
+
+
+### Features
+
+* **semantic-release:** add semantic-release ([270d23e](https://github.com/saltstack-formulas/sysctl-formula/commit/270d23e))
diff --git a/FORMULA b/FORMULA
index a6ef19d..1398a80 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: sysctl
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, MacOS
-version: 0.1.0
+version: 0.6.0
release: 0
minimum_version: 2017.7
summary: Sysctl formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
new file mode 100644
index 0000000..8023b17
--- /dev/null
+++ b/docs/AUTHORS.rst
@@ -0,0 +1,44 @@
+.. 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:``
+ - `@aboe76 `_
+ - 14
+ * - :raw-html-m2r:``
+ - `@babilen5 `_
+ - 7
+ * - :raw-html-m2r:``
+ - `@nmadhok `_
+ - 2
+ * - :raw-html-m2r:``
+ - `@zajk `_
+ - 2
+ * - :raw-html-m2r:``
+ - `@puneetk `_
+ - 2
+ * - :raw-html-m2r:``
+ - `@dmaphy `_
+ - 1
+ * - :raw-html-m2r:``
+ - `@mgomersbach `_
+ - 1
+ * - :raw-html-m2r:``
+ - `@abednarik `_
+ - 1
+
+
+----
+
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-28.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
new file mode 100644
index 0000000..7976791
--- /dev/null
+++ b/docs/CHANGELOG.rst
@@ -0,0 +1,19 @@
+
+Changelog
+=========
+
+`0.6.0 `_ (2019-08-28)
+--------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen:** add Kitchen tests (\ `a4e6a66 `_\ )
+* **travis:** disable tests on CentOS-6 for now (the fix is to come) (\ `198d1b0 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **semantic-release:** add semantic-release (\ `270d23e `_\ )