diff --git a/AUTHORS.md b/AUTHORS.md
index 152d54d0..2dafb131 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,15 +4,16 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|71
-|[@myii](https://github.com/myii)|28
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|78
+|[@myii](https://github.com/myii)|40
|[@aboe76](https://github.com/aboe76)|10
|[@alxwr](https://github.com/alxwr)|6
|[@0xf10e](https://github.com/0xf10e)|6
|[@javierbertoli](https://github.com/javierbertoli)|2
|[@juadk](https://github.com/juadk)|2
|[@nmadhok](https://github.com/nmadhok)|1
+|[@arbulu89](https://github.com/arbulu89)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-01-12.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-05-08.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 895473f1..0b831514 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,34 @@
# Changelog
+## [1.1.2](https://github.com/saltstack-formulas/iscsi-formula/compare/v1.1.1...v1.1.2) (2020-05-08)
+
+
+### Bug Fixes
+
+* **arch:** python-configshell-fb dependency problem ([914c71e](https://github.com/saltstack-formulas/iscsi-formula/commit/914c71e15ebefbbdb9b5f1216a6138b8a364a4c1))
+* **arch:** update packages yamls ([c0e0e8c](https://github.com/saltstack-formulas/iscsi-formula/commit/c0e0e8c2a793c6aee4e8744f870f7b18e352bdc8))
+* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] ([1433aad](https://github.com/saltstack-formulas/iscsi-formula/commit/1433aad429907ec32c33a966b93a0f92a4662afc))
+
+
+### Code Refactoring
+
+* **kitchen:** rename arch pillar file ([aabba21](https://github.com/saltstack-formulas/iscsi-formula/commit/aabba21f2047b08d41ce570c971bc8fd81fa3841))
+
+
+### Continuous Integration
+
+* **archlinux:** py2 support removed in salt ([f78b48f](https://github.com/saltstack-formulas/iscsi-formula/commit/f78b48fb61f2025c61a873036a47f29071c37c79))
+* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([0a6e18a](https://github.com/saltstack-formulas/iscsi-formula/commit/0a6e18a9f0163cd82b49b02bd5919796f5a8ea63))
+* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([989f8ed](https://github.com/saltstack-formulas/iscsi-formula/commit/989f8edb6839e712e97ae207c296f15ff0d02511))
+* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([cff2909](https://github.com/saltstack-formulas/iscsi-formula/commit/cff2909c264712f71ef6b36d39a1f63db98a6500))
+* **workflows/commitlint:** add to repo [skip ci] ([d470fe1](https://github.com/saltstack-formulas/iscsi-formula/commit/d470fe15ecca0f4c124962aed29a4e7eacbc1761))
+* workaround issues with newly introduced `amazonlinux-1` [skip ci] ([a0c7fec](https://github.com/saltstack-formulas/iscsi-formula/commit/a0c7feca6b882c8b1410ec961f3712796e63e769))
+
+
+### Tests
+
+* **suite:** update travis tests ([29175d3](https://github.com/saltstack-formulas/iscsi-formula/commit/29175d30e8ff74e3c7bab82efdcea04808007317))
+
## [1.1.1](https://github.com/saltstack-formulas/iscsi-formula/compare/v1.1.0...v1.1.1) (2020-01-12)
diff --git a/FORMULA b/FORMULA
index e7fb80f4..005b05e3 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: iscsi
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.1
+version: 1.1.2
release: 1
minimum_version: 2017.7
summary: iscsi formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 55b745b0..c84c8a39 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -15,10 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- - 71
+ - 78
* - :raw-html-m2r:``
- `@myii `_
- - 28
+ - 40
* - :raw-html-m2r:``
- `@aboe76 `_
- 10
@@ -37,8 +37,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@nmadhok `_
- 1
+ * - :raw-html-m2r:``
+ - `@arbulu89 `_
+ - 1
----
-Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-01-12.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-05-08.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 9e380f3c..28d9a289 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -5,6 +5,40 @@
Changelog
---------
+`1.1.2 `_ (2020-05-08)
+-------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **arch:** python-configshell-fb dependency problem (\ `914c71e `_\ )
+* **arch:** update packages yamls (\ `c0e0e8c `_\ )
+* **libtofs:** “files_switch” mess up the variable exported by “map.jinja” [skip ci] (\ `1433aad `_\ )
+
+Code Refactoring
+^^^^^^^^^^^^^^^^
+
+
+* **kitchen:** rename arch pillar file (\ `aabba21 `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **archlinux:** py2 support removed in salt (\ `f78b48f `_\ )
+* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `0a6e18a `_\ )
+* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `989f8ed `_\ )
+* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `cff2909 `_\ )
+* **workflows/commitlint:** add to repo [skip ci] (\ `d470fe1 `_\ )
+* workaround issues with newly introduced ``amazonlinux-1`` [skip ci] (\ `a0c7fec `_\ )
+
+Tests
+^^^^^
+
+
+* **suite:** update travis tests (\ `29175d3 `_\ )
+
`1.1.1 `_ (2020-01-12)
-------------------------------------------------------------------------------------------------------