diff --git a/AUTHORS.md b/AUTHORS.md
index a6fb46f..393e43b 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,18 +5,18 @@ 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)|88
-
|[@dafyddj](https://github.com/dafyddj)|56
+
|[@myii](https://github.com/myii)|94
+
|[@dafyddj](https://github.com/dafyddj)|58
|[@aboe76](https://github.com/aboe76)|19
|[@puneetk](https://github.com/puneetk)|12
|[@daschatten](https://github.com/daschatten)|11
|[@marconett](https://github.com/marconett)|9
|[@sc250024](https://github.com/sc250024)|6
|[@babilen5](https://github.com/babilen5)|5
+
|[@baby-gnu](https://github.com/baby-gnu)|5
|[@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
@@ -46,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-02-22.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-03-26.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ef3321..ef40da5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [1.0.2](https://github.com/saltstack-formulas/openvpn-formula/compare/v1.0.1...v1.0.2) (2021-03-26)
+
+
+### Continuous Integration
+
+* enable Vagrant-based testing using GitHub Actions ([290c8b4](https://github.com/saltstack-formulas/openvpn-formula/commit/290c8b48e405e03c224ec28496aa135e1d336810))
+* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] ([deb3ac1](https://github.com/saltstack-formulas/openvpn-formula/commit/deb3ac1d7bf8f52dc92f3f0b09009e669558f1cb))
+* **windows:** use `kitchen.windows.yml` ([76491c4](https://github.com/saltstack-formulas/openvpn-formula/commit/76491c4cb0fd12d8a44a9ffd7d5a3c66f768db0c))
+
+
+### Tests
+
+* **_mapdata:** add verification file for Windows 2016 Server ([dda60f0](https://github.com/saltstack-formulas/openvpn-formula/commit/dda60f07ec955db038a0eaaaa842c0f8bc08a1d1))
+* standardise use of `share` suite & `_mapdata` state [skip ci] ([c247b83](https://github.com/saltstack-formulas/openvpn-formula/commit/c247b83f47161e59289617467957f8e07f472ff1))
+
## [1.0.1](https://github.com/saltstack-formulas/openvpn-formula/compare/v1.0.0...v1.0.1) (2021-02-22)
diff --git a/FORMULA b/FORMULA
index 1dce36c..abefe28 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: 1.0.1
+version: 1.0.2
release: 1
minimum_version: 2018.3
summary: OpenVPN formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index e4e10f5..f6ef242 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,10 +18,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 96
* - :raw-html-m2r:`
`
- `@myii `_
- - 88
+ - 94
* - :raw-html-m2r:`
`
- `@dafyddj `_
- - 56
+ - 58
* - :raw-html-m2r:`
`
- `@aboe76 `_
- 19
@@ -40,6 +40,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@babilen5 `_
- 5
+ * - :raw-html-m2r:`
`
+ - `@baby-gnu `_
+ - 5
* - :raw-html-m2r:`
`
- `@diegofd `_
- 4
@@ -49,9 +52,6 @@ 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
@@ -134,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-02-22.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-03-26.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index c034831..4fb0a72 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,24 @@
Changelog
=========
+`1.0.2 `_ (2021-03-26)
+---------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* enable Vagrant-based testing using GitHub Actions (\ `290c8b4 `_\ )
+* **kitchen+ci:** use latest pre-salted images (after CVE) [skip ci] (\ `deb3ac1 `_\ )
+* **windows:** use ``kitchen.windows.yml`` (\ `76491c4 `_\ )
+
+Tests
+^^^^^
+
+
+* **_mapdata:** add verification file for Windows 2016 Server (\ `dda60f0 `_\ )
+* standardise use of ``share`` suite & ``_mapdata`` state [skip ci] (\ `c247b83 `_\ )
+
`1.0.1 `_ (2021-02-22)
---------------------------------------------------------------------------------------------------------