diff --git a/AUTHORS.md b/AUTHORS.md
index b979ef7..9538a26 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,9 +4,9 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@daks](https://github.com/daks)|17
-|[@myii](https://github.com/myii)|11
+|[@myii](https://github.com/myii)|19
+|[@daks](https://github.com/daks)|18
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-15.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-17.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 18f0db8..c2635ab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog
+## [0.2.2](https://github.com/saltstack-formulas/strongswan-formula/compare/v0.2.1...v0.2.2) (2019-11-17)
+
+
+### Bug Fixes
+
+* **release.config.js:** use full commit hash in commit link [skip ci] ([9898d89](https://github.com/saltstack-formulas/strongswan-formula/commit/9898d899dc450381baa46929bb9745b997ecd359))
+
+
+### Continuous Integration
+
+* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([1c7fa65](https://github.com/saltstack-formulas/strongswan-formula/commit/1c7fa65d4a9a88544f93b97f0137a6dd67d33980))
+* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([5d5bf55](https://github.com/saltstack-formulas/strongswan-formula/commit/5d5bf55d63d8a99dbe0afb7ca75ef170a39ee015))
+* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([9e45512](https://github.com/saltstack-formulas/strongswan-formula/commit/9e45512264b779bcab1024bb4023f102538c6fd0))
+* **travis:** apply changes from build config validation [skip ci] ([70ec5ad](https://github.com/saltstack-formulas/strongswan-formula/commit/70ec5ad20c0316988cf30493e69582c5557762be))
+* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([5eb870c](https://github.com/saltstack-formulas/strongswan-formula/commit/5eb870c3cf6503a708e3bde6dfe0ef12a18dd40a))
+* **travis:** use build config validation (beta) [skip ci] ([92191b2](https://github.com/saltstack-formulas/strongswan-formula/commit/92191b26449890c46439512101a962acca336bb0))
+
+
+### Documentation
+
+* **readme:** minor fix (indented bullets) ([ae7e9dc](https://github.com/saltstack-formulas/strongswan-formula/commit/ae7e9dceedd2d23523aa39ceee2ebbbf11bbc84d))
+
+
+### Performance Improvements
+
+* **travis:** improve `salt-lint` invocation [skip ci] ([08a42af](https://github.com/saltstack-formulas/strongswan-formula/commit/08a42af1428a2c4e4b11250b308846d5392d95b1))
+
## [0.2.1](https://github.com/saltstack-formulas/strongswan-formula/compare/v0.2.0...v0.2.1) (2019-10-15)
diff --git a/FORMULA b/FORMULA
index ffe1250..65466db 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: strongswan
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.2.1
+version: 0.2.2
release: 1
minimum_version: 2016.11
summary: Strongswan formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index b412fc5..acafcf4 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -13,14 +13,14 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - Avatar
- Contributor
- Contributions
- * - :raw-html-m2r:``
- - `@daks `_
- - 17
* - :raw-html-m2r:``
- `@myii `_
- - 11
+ - 19
+ * - :raw-html-m2r:``
+ - `@daks `_
+ - 18
----
-Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-15.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-11-17.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 778723b..9cb7448 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,38 @@
Changelog
=========
+`0.2.2 `_ (2019-11-17)
+------------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **release.config.js:** use full commit hash in commit link [skip ci] (\ `9898d89 `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `1c7fa65 `_\ )
+* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `5d5bf55 `_\ )
+* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `9e45512 `_\ )
+* **travis:** apply changes from build config validation [skip ci] (\ `70ec5ad `_\ )
+* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `5eb870c `_\ )
+* **travis:** use build config validation (beta) [skip ci] (\ `92191b2 `_\ )
+
+Documentation
+^^^^^^^^^^^^^
+
+
+* **readme:** minor fix (indented bullets) (\ `ae7e9dc `_\ )
+
+Performance Improvements
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `08a42af `_\ )
+
`0.2.1 `_ (2019-10-15)
------------------------------------------------------------------------------------------------------------