diff --git a/AUTHORS.md b/AUTHORS.md
new file mode 100644
index 0000000..9858318
--- /dev/null
+++ b/AUTHORS.md
@@ -0,0 +1,16 @@
+# Authors
+
+This list is sorted by the number of commits per contributor in _descending_ order.
+
+Avatar|Contributor|Contributions
+:-:|---|:-:
+
|[@babilen5](https://github.com/babilen5)|4
+
|[@aboe76](https://github.com/aboe76)|3
+
|[@daschatten](https://github.com/daschatten)|2
+
|[@javierbertoli](https://github.com/javierbertoli)|1
+
|[@rmartins90](https://github.com/rmartins90)|1
+
|[@ek9](https://github.com/ek9)|1
+
+---
+
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-05-27.
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..307bfa8
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,13 @@
+# Changelog
+
+# [0.2.0](https://github.com/saltstack-formulas/locale-formula/compare/v0.1.0...v0.2.0) (2019-05-27)
+
+
+### Continuous Integration
+
+* **kitchen+travis:** add kitchen tests ([750195b](https://github.com/saltstack-formulas/locale-formula/commit/750195b))
+
+
+### Features
+
+* **semantic-release:** add semantic release ([83265fc](https://github.com/saltstack-formulas/locale-formula/commit/83265fc))
diff --git a/FORMULA b/FORMULA
index 499d7ff..603a251 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: locale
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
-version: 1.0.0
+version: 0.2.0
release: 1
minimum_version: 2017.7
summary: Locale formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
new file mode 100644
index 0000000..136b38c
--- /dev/null
+++ b/docs/AUTHORS.rst
@@ -0,0 +1,38 @@
+.. 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:`
`
+ - `@babilen5 `_
+ - 4
+ * - :raw-html-m2r:`
`
+ - `@aboe76 `_
+ - 3
+ * - :raw-html-m2r:`
`
+ - `@daschatten `_
+ - 2
+ * - :raw-html-m2r:`
`
+ - `@javierbertoli `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@rmartins90 `_
+ - 1
+ * - :raw-html-m2r:`
`
+ - `@ek9 `_
+ - 1
+
+
+----
+
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-05-27.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
new file mode 100644
index 0000000..62697bf
--- /dev/null
+++ b/docs/CHANGELOG.rst
@@ -0,0 +1,18 @@
+
+Changelog
+=========
+
+`0.2.0 `_ (2019-05-27)
+--------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen+travis:** add kitchen tests (\ `750195b `_\ )
+
+Features
+^^^^^^^^
+
+
+* **semantic-release:** add semantic release (\ `83265fc `_\ )