diff --git a/AUTHORS.md b/AUTHORS.md
index 2f96c6a..b06494e 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@alxwr](https://github.com/alxwr)|96
-
|[@myii](https://github.com/myii)|81
+
|[@myii](https://github.com/myii)|84
|[@dafyddj](https://github.com/dafyddj)|52
|[@aboe76](https://github.com/aboe76)|19
|[@puneetk](https://github.com/puneetk)|12
@@ -16,6 +16,7 @@ Avatar|Contributor|Contributions
|[@diegofd](https://github.com/diegofd)|4
|[@javierbertoli](https://github.com/javierbertoli)|4
|[@landergate](https://github.com/landergate)|4
+
|[@baby-gnu](https://github.com/baby-gnu)|4
|[@aviau](https://github.com/aviau)|3
|[@nmadhok](https://github.com/nmadhok)|3
|[@viper233](https://github.com/viper233)|3
@@ -23,7 +24,6 @@ Avatar|Contributor|Contributions
|[@daks](https://github.com/daks)|3
|[@alexhayes](https://github.com/alexhayes)|2
|[@iggy](https://github.com/iggy)|2
-
|[@blarson2](https://github.com/blarson2)|2
|[@dimitry-unified-streaming](https://github.com/dimitry-unified-streaming)|2
|[@t0fik](https://github.com/t0fik)|2
|[@anderbubble](https://github.com/anderbubble)|2
@@ -31,7 +31,6 @@ Avatar|Contributor|Contributions
|[@Wenzel](https://github.com/Wenzel)|2
|[@genuss](https://github.com/genuss)|2
|[@cmclaughlin](https://github.com/cmclaughlin)|2
-
|[@baby-gnu](https://github.com/baby-gnu)|2
|[@aldovillagra](https://github.com/aldovillagra)|1
|[@alfredopalhares](https://github.com/alfredopalhares)|1
|[@blbradley](https://github.com/blbradley)|1
@@ -47,4 +46,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-01-29.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-02-14.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c7e501b..7271778 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+# [1.0.0](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.8...v1.0.0) (2021-02-14)
+
+
+### Continuous Integration
+
+* **pre-commit:** update hook for `rubocop` [skip ci] ([4d77262](https://github.com/saltstack-formulas/openvpn-formula/commit/4d772627d43eb1ce051fc6549639ca826fad9481))
+
+
+### Features
+
+* **map:** the YAML files must not use any Jinja ([4db7d6f](https://github.com/saltstack-formulas/openvpn-formula/commit/4db7d6f6b33ea6741a5bdc67265c51cefde61a75))
+* **map:** update to v5 `map.jinja` ([c28acb9](https://github.com/saltstack-formulas/openvpn-formula/commit/c28acb9c0cf9125d955095d35fc1023113186509))
+
+
+### BREAKING CHANGES
+
+* **map:** `map.jinja` now export a generic `mapdata` variable
+* **map:** The parameters per grains are now under `openvpn/parameters/`
+
## [0.16.8](https://github.com/saltstack-formulas/openvpn-formula/compare/v0.16.7...v0.16.8) (2021-01-29)
diff --git a/FORMULA b/FORMULA
index 7b97d99..cffa510 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: template
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, Alpine, FreeBSD, OpenBSD, Solaris, SmartOS, Windows, MacOS
os_family: Debian, RedHat, Suse, Gentoo, Arch, Alpine, FreeBSD, OpenBSD, Solaris, Windows, MacOS
-version: 0.16.8
+version: 1.0.0
release: 1
minimum_version: 2018.3
summary: OpenVPN formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index bc546e8..132a111 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 96
* - :raw-html-m2r:`
`
- `@myii `_
- - 81
+ - 84
* - :raw-html-m2r:`
`
- `@dafyddj `_
- 52
@@ -49,6 +49,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@landergate `_
- 4
+ * - :raw-html-m2r:`
`
+ - `@baby-gnu `_
+ - 4
* - :raw-html-m2r:`
`
- `@aviau `_
- 3
@@ -70,9 +73,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@iggy `_
- 2
- * - :raw-html-m2r:`
`
- - `@blarson2 `_
- - 2
* - :raw-html-m2r:`
`
- `@dimitry-unified-streaming `_
- 2
@@ -94,9 +94,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@cmclaughlin `_
- 2
- * - :raw-html-m2r:`
`
- - `@baby-gnu `_
- - 2
* - :raw-html-m2r:`
`
- `@aldovillagra `_
- 1
@@ -137,4 +134,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
----
-Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-01-29.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-02-14.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 9bcc53b..1095c9a 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,29 @@
Changelog
=========
+`1.0.0 `_ (2021-02-14)
+----------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **pre-commit:** update hook for ``rubocop`` [skip ci] (\ `4d77262 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **map:** the YAML files must not use any Jinja (\ `4db7d6f `_\ )
+* **map:** update to v5 ``map.jinja`` (\ `c28acb9 `_\ )
+
+BREAKING CHANGES
+^^^^^^^^^^^^^^^^
+
+
+* **map:** ``map.jinja`` now export a generic ``mapdata`` variable
+* **map:** The parameters per grains are now under ``openvpn/parameters/``
+
`0.16.8 `_ (2021-01-29)
------------------------------------------------------------------------------------------------------------