diff --git a/AUTHORS.md b/AUTHORS.md
index 8edb62b..90f905d 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,12 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
+|[@myii](https://github.com/myii)|21
|[@jstrunk](https://github.com/jstrunk)|17
|[@javierbertoli](https://github.com/javierbertoli)|11
-|[@aboe76](https://github.com/aboe76)|7
-|[@myii](https://github.com/myii)|5
+|[@aboe76](https://github.com/aboe76)|11
|[@nmadhok](https://github.com/nmadhok)|4
-|[@enver](https://github.com/enver)|3
|[@whiteinge](https://github.com/whiteinge)|3
|[@syphernl](https://github.com/syphernl)|3
|[@bogdanr](https://github.com/bogdanr)|2
@@ -29,4 +28,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-10.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-10.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ff8b0f3..27179c7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [0.16.1](https://github.com/saltstack-formulas/iptables-formula/compare/v0.16.0...v0.16.1) (2019-10-10)
+
+
+### Bug Fixes
+
+* **init.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/iptables-formula/commit/65369c5))
+* **service.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/iptables-formula/commit/49a2c62))
+
+
+### Continuous Integration
+
+* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/iptables-formula/commit/21844a9))
+* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/iptables-formula/commit/02b5b59))
+* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/iptables-formula/commit/79c98ed))
+* **kitchen+travis:** replace EOL pre-salted images ([](https://github.com/saltstack-formulas/iptables-formula/commit/98ee968))
+* **platform:** add `arch-base-latest` ([](https://github.com/saltstack-formulas/iptables-formula/commit/2ba3a7c))
+* **yamllint:** add rule `empty-values` & use new `yaml-files` setting ([](https://github.com/saltstack-formulas/iptables-formula/commit/8d94551))
+* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/iptables-formula/commit/4f0c67b))
+* use `dist: bionic` & apply `opensuse-leap-15` SCP error workaround ([](https://github.com/saltstack-formulas/iptables-formula/commit/dccab80))
+
# [0.16.0](https://github.com/saltstack-formulas/iptables-formula/compare/v0.15.0...v0.16.0) (2019-08-10)
diff --git a/FORMULA b/FORMULA
index 8f1ba7b..52273a5 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: iptables
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
-version: 0.16.0
+version: 0.16.1
release: 1
minimum_version: 2017.7
summary: Iptables formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index dc84743..85cf496 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -13,6 +13,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - Avatar
- Contributor
- Contributions
+ * - :raw-html-m2r:``
+ - `@myii `_
+ - 21
* - :raw-html-m2r:``
- `@jstrunk `_
- 17
@@ -21,16 +24,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 11
* - :raw-html-m2r:``
- `@aboe76 `_
- - 7
- * - :raw-html-m2r:``
- - `@myii `_
- - 5
+ - 11
* - :raw-html-m2r:``
- `@nmadhok `_
- 4
- * - :raw-html-m2r:``
- - `@enver `_
- - 3
* - :raw-html-m2r:``
- `@whiteinge `_
- 3
@@ -83,4 +80,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 2019-08-10.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-10.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 3bdf477..df311ca 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,29 @@
Changelog
=========
+`0.16.1 `_ (2019-10-10)
+-------------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **init.sls:** fix ``salt-lint`` errors (\ ` `_\ )
+* **service.sls:** fix ``salt-lint`` errors (\ ` `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen:** change ``log_level`` to ``debug`` instead of ``info`` (\ ` `_\ )
+* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ ` `_\ )
+* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ ` `_\ )
+* **kitchen+travis:** replace EOL pre-salted images (\ ` `_\ )
+* **platform:** add ``arch-base-latest`` (\ ` `_\ )
+* **yamllint:** add rule ``empty-values`` & use new ``yaml-files`` setting (\ ` `_\ )
+* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ )
+* use ``dist: bionic`` & apply ``opensuse-leap-15`` SCP error workaround (\ ` `_\ )
+
`0.16.0 `_ (2019-08-10)
-------------------------------------------------------------------------------------------------------------