diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644
index 0000000..9177b4c
--- /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)|6
+|[@daschatten](https://github.com/daschatten)|3
+|[@n-rodriguez](https://github.com/n-rodriguez)|3
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|3
+|[@landergate](https://github.com/landergate)|2
+|[@myii](https://github.com/myii)|1
+|[@javierbertoli](https://github.com/javierbertoli)|1
+|[@mgomersbach](https://github.com/mgomersbach)|1
+
+---
+
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-27.
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..e7f83bd
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,8 @@
+# Changelog
+
+# [0.4.0](https://github.com/saltstack-formulas/timezone-formula/compare/v0.3.3...v0.4.0) (2019-08-27)
+
+
+### Features
+
+* **semantic-release:** add semantic-release ([5290b3e](https://github.com/saltstack-formulas/timezone-formula/commit/5290b3e))
diff --git a/FORMULA b/FORMULA
index 16af9fa..50fab45 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: timezone
os: Debian, RedHat, Suse, Arch, FreeBSD
os_family: Debian, RedHat, Suse, Arch, FreeBSD
-version: 201504
+version: 0.4.0
release: 1
minimum_version: 2015.5
summary: Formula for timezone management
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
new file mode 100644
index 0000000..7e506ff
--- /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 `_
+ - 6
+ * - :raw-html-m2r:``
+ - `@daschatten `_
+ - 3
+ * - :raw-html-m2r:``
+ - `@n-rodriguez `_
+ - 3
+ * - :raw-html-m2r:``
+ - `@noelmcloughlin `_
+ - 3
+ * - :raw-html-m2r:``
+ - `@landergate `_
+ - 2
+ * - :raw-html-m2r:``
+ - `@myii `_
+ - 1
+ * - :raw-html-m2r:``
+ - `@javierbertoli `_
+ - 1
+ * - :raw-html-m2r:``
+ - `@mgomersbach `_
+ - 1
+
+
+----
+
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-27.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
new file mode 100644
index 0000000..11a3cec
--- /dev/null
+++ b/docs/CHANGELOG.rst
@@ -0,0 +1,12 @@
+
+Changelog
+=========
+
+`0.4.0 `_ (2019-08-27)
+----------------------------------------------------------------------------------------------------------
+
+Features
+^^^^^^^^
+
+
+* **semantic-release:** add semantic-release (\ `5290b3e `_\ )