diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644
index 0000000..a045699
--- /dev/null
+++ b/AUTHORS.md
@@ -0,0 +1,22 @@
+# Authors
+
+This list is sorted by the number of commits per contributor in _descending_ order.
+
+Avatar|Contributor|Contributions
+:-:|---|:-:
+
|[@jebas](https://github.com/jebas)|22
+
|[@gravyboat](https://github.com/gravyboat)|12
+
|[@frots](https://github.com/frots)|4
+
|[@whiteinge](https://github.com/whiteinge)|3
+
|[@asenci](https://github.com/asenci)|1
+
|[@dglloyd](https://github.com/dglloyd)|1
+
|[@myii](https://github.com/myii)|1
+
|[@kpostrup](https://github.com/kpostrup)|1
+
|[@mpawlack](https://github.com/mpawlack)|1
+
|[@n-rodriguez](https://github.com/n-rodriguez)|1
+
|[@tampakrap](https://github.com/tampakrap)|1
+
|[@bigbosst](https://github.com/bigbosst)|1
+
+---
+
+Auto generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-13.
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..71eb9a4
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,8 @@
+# Changelog
+
+# [0.3.0](https://github.com/saltstack-formulas/keepalived-formula/compare/v0.2.0...v0.3.0) (2019-05-13)
+
+
+### Features
+
+* **semantic-release:** implement an automated changelog ([51f872e](https://github.com/saltstack-formulas/keepalived-formula/commit/51f872e))
diff --git a/FORMULA b/FORMULA
index d2214ff..9ae6c57 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: keepalived
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: 1.0
+version: 0.3.0
release: 0
minimum_version: 2016.11
summary: Rkhunter formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
new file mode 100644
index 0000000..0870afa
--- /dev/null
+++ b/docs/AUTHORS.rst
@@ -0,0 +1,56 @@
+.. 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:`
`
+ - `@jebas `_
+ - 22
+ * - :raw-html-m2r:`
`
+ - `@gravyboat `_
+ - 12
+ * - :raw-html-m2r:`
`
+ - `@frots `_
+ - 4
+ * - :raw-html-m2r:`
`
+ - `@whiteinge `_
+ - 3
+ * - :raw-html-m2r:`
`
+ - `@asenci `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@dglloyd `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@myii `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@kpostrup `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@mpawlack `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@n-rodriguez `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@tampakrap `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@bigbosst `_
+ - 1
+
+
+----
+
+Auto generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-05-13.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
new file mode 100644
index 0000000..38eb387
--- /dev/null
+++ b/docs/CHANGELOG.rst
@@ -0,0 +1,12 @@
+
+Changelog
+=========
+
+`0.3.0 `_ (2019-05-13)
+------------------------------------------------------------------------------------------------------------
+
+Features
+^^^^^^^^
+
+
+* **semantic-release:** implement an automated changelog (\ `51f872e `_\ )