diff --git a/AUTHORS.md b/AUTHORS.md
index c8f2ed3..3f1a699 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -7,11 +7,11 @@ Avatar|Contributor|Contributions
|[@alxwr](https://github.com/alxwr)|37
|[@gravyboat](https://github.com/gravyboat)|28
|[@aboe76](https://github.com/aboe76)|23
+|[@myii](https://github.com/myii)|19
|[@nmadhok](https://github.com/nmadhok)|15
|[@whiteinge](https://github.com/whiteinge)|9
|[@rfairburn](https://github.com/rfairburn)|8
|[@amendlik](https://github.com/amendlik)|8
-|[@myii](https://github.com/myii)|8
|[@amontalban](https://github.com/amontalban)|7
|[@kennydo](https://github.com/kennydo)|7
|[@ek9](https://github.com/ek9)|7
@@ -67,7 +67,6 @@ Avatar|Contributor|Contributions
|[@tibold](https://github.com/tibold)|1
|[@brandonparsons](https://github.com/brandonparsons)|1
|[@elfixit](https://github.com/elfixit)|1
-|[@jvblasco](https://github.com/jvblasco)|1
|[@ketzacoatl](https://github.com/ketzacoatl)|1
|[@omltorg](https://github.com/omltorg)|1
|[@reschl](https://github.com/reschl)|1
@@ -76,4 +75,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-09-16.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-09.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index df0a796..88a232f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [0.42.2](https://github.com/saltstack-formulas/openssh-formula/compare/v0.42.1...v0.42.2) (2019-10-09)
+
+
+### Bug Fixes
+
+* **config.sls:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/openssh-formula/commit/7e35335))
+* **map.jinja:** fix `salt-lint` errors ([](https://github.com/saltstack-formulas/openssh-formula/commit/55560a6))
+
+
+### Continuous Integration
+
+* **kitchen:** change `log_level` to `debug` instead of `info` ([](https://github.com/saltstack-formulas/openssh-formula/commit/4ca3ca1))
+* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([](https://github.com/saltstack-formulas/openssh-formula/commit/1b236db))
+* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([](https://github.com/saltstack-formulas/openssh-formula/commit/32dd705))
+* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([](https://github.com/saltstack-formulas/openssh-formula/commit/4644018))
+* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([](https://github.com/saltstack-formulas/openssh-formula/commit/72ade05))
+
## [0.42.1](https://github.com/saltstack-formulas/openssh-formula/compare/v0.42.0...v0.42.1) (2019-09-16)
diff --git a/FORMULA b/FORMULA
index 031ab3d..ad79011 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: openssh
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.42.1
+version: 0.42.2
release: 1
minimum_version: 2017.7
summary: openssh formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 2ed342d..70ac9b1 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -22,6 +22,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@aboe76 `_
- 23
+ * - :raw-html-m2r:``
+ - `@myii `_
+ - 19
* - :raw-html-m2r:``
- `@nmadhok `_
- 15
@@ -34,9 +37,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@amendlik `_
- 8
- * - :raw-html-m2r:``
- - `@myii `_
- - 8
* - :raw-html-m2r:``
- `@amontalban `_
- 7
@@ -202,9 +202,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@elfixit `_
- 1
- * - :raw-html-m2r:``
- - `@jvblasco `_
- - 1
* - :raw-html-m2r:``
- `@ketzacoatl `_
- 1
@@ -224,4 +221,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-09-16.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-09.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 385bee6..ba072a0 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,26 @@
Changelog
=========
+`0.42.2 `_ (2019-10-09)
+------------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **config.sls:** fix ``salt-lint`` errors (\ ` `_\ )
+* **map.jinja:** 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] (\ ` `_\ )
+* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ ` `_\ )
+* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ ` `_\ )
+
`0.42.1 `_ (2019-09-16)
------------------------------------------------------------------------------------------------------------