diff --git a/AUTHORS.md b/AUTHORS.md
index 6d6b7be..dabe382 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@myii](https://github.com/myii)|63
+|[@myii](https://github.com/myii)|65
|[@alxwr](https://github.com/alxwr)|38
|[@gravyboat](https://github.com/gravyboat)|28
|[@aboe76](https://github.com/aboe76)|25
@@ -16,6 +16,7 @@ Avatar|Contributor|Contributions
|[@kennydo](https://github.com/kennydo)|7
|[@ek9](https://github.com/ek9)|7
|[@0xf10e](https://github.com/0xf10e)|7
+|[@baby-gnu](https://github.com/baby-gnu)|6
|[@javierbertoli](https://github.com/javierbertoli)|6
|[@pepoluan](https://github.com/pepoluan)|5
|[@llua](https://github.com/llua)|5
@@ -23,7 +24,6 @@ Avatar|Contributor|Contributions
|[@nterupt](https://github.com/nterupt)|4
|[@mathieupotier](https://github.com/mathieupotier)|4
|[@bogdanr](https://github.com/bogdanr)|3
-|[@baby-gnu](https://github.com/baby-gnu)|3
|[@techhat](https://github.com/techhat)|3
|[@mikemol](https://github.com/mikemol)|3
|[@pcdummy](https://github.com/pcdummy)|3
@@ -77,4 +77,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-17.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-07-20.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a6c46e..6e94d2a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+# [1.2.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.1.0...v1.2.0) (2020-07-20)
+
+
+### Bug Fixes
+
+* **inspec:** the package name for Arch is openssh ([6b7d8df](https://github.com/saltstack-formulas/openssh-formula/commit/6b7d8df1560091f615e2138a56d4cb8e50b7ab5c))
+* **jinja:** encode context as json ([7a1f619](https://github.com/saltstack-formulas/openssh-formula/commit/7a1f6199d0ed32d6df6249ec9ec3710614642e62))
+
+
+### Features
+
+* **ci:** update travis and kitchen to latest formula standards ([7752132](https://github.com/saltstack-formulas/openssh-formula/commit/7752132275db8fa1e3faa0f58974dbb5d44fb0f8))
+
+
+### Styles
+
+* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] ([9d8228d](https://github.com/saltstack-formulas/openssh-formula/commit/9d8228d9dbd4d6affaf5084db26ba3f852724740))
+
# [1.1.0](https://github.com/saltstack-formulas/openssh-formula/compare/v1.0.0...v1.1.0) (2020-07-17)
diff --git a/FORMULA b/FORMULA
index 45a916d..364c45d 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: 1.1.0
+version: 1.2.0
release: 1
minimum_version: 2017.7
summary: openssh formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index d3f0d30..ec22a36 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:``
- `@myii `_
- - 63
+ - 65
* - :raw-html-m2r:``
- `@alxwr `_
- 38
@@ -49,6 +49,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@0xf10e `_
- 7
+ * - :raw-html-m2r:``
+ - `@baby-gnu `_
+ - 6
* - :raw-html-m2r:``
- `@javierbertoli `_
- 6
@@ -70,9 +73,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@bogdanr `_
- 3
- * - :raw-html-m2r:``
- - `@baby-gnu `_
- - 3
* - :raw-html-m2r:``
- `@techhat `_
- 3
@@ -227,4 +227,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 2020-07-17.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-07-20.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 195e17d..6419569 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,28 @@
Changelog
=========
+`1.2.0 `_ (2020-07-20)
+---------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **inspec:** the package name for Arch is openssh (\ `6b7d8df `_\ )
+* **jinja:** encode context as json (\ `7a1f619 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **ci:** update travis and kitchen to latest formula standards (\ `7752132 `_\ )
+
+Styles
+^^^^^^
+
+
+* **libtofs.jinja:** use Black-inspired Jinja formatting [skip ci] (\ `9d8228d `_\ )
+
`1.1.0 `_ (2020-07-17)
---------------------------------------------------------------------------------------------------------