diff --git a/AUTHORS.md b/AUTHORS.md
index 4b848e8..eb0f036 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)|218
+
|[@myii](https://github.com/myii)|225
|[@aboe76](https://github.com/aboe76)|100
|[@gravyboat](https://github.com/gravyboat)|71
|[@nmadhok](https://github.com/nmadhok)|54
@@ -67,7 +67,6 @@ Avatar|Contributor|Contributions
|[@aanriot](https://github.com/aanriot)|1
|[@alejdg](https://github.com/alejdg)|1
|[@ernstae](https://github.com/ernstae)|1
-
|[@Angelo-Verona](https://github.com/Angelo-Verona)|1
|[@arthurlogilab](https://github.com/arthurlogilab)|1
|[@kakwa](https://github.com/kakwa)|1
|[@dth202](https://github.com/dth202)|1
@@ -92,7 +91,7 @@ Avatar|Contributor|Contributions
|[@mwpher](https://github.com/mwpher)|1
|[@mnaser](https://github.com/mnaser)|1
|[@vermut](https://github.com/vermut)|1
-
|[@droope](https://github.com/droope)|1
+
|[@SamJoan](https://github.com/SamJoan)|1
|[@ralucasg](https://github.com/ralucasg)|1
|[@VBH-Jenkins](https://github.com/VBH-Jenkins)|1
|[@robruma](https://github.com/robruma)|1
@@ -114,4 +113,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-09-17.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-10-05.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 39f3666..c3dd6a7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [1.9.3](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.2...v1.9.3) (2021-10-05)
+
+
+### Continuous Integration
+
+* **kitchen+ci:** update with latest CVE pre-salted images ([1a8512d](https://github.com/saltstack-formulas/salt-formula/commit/1a8512d77f8212cd51aa7ba09625f647adc5e171))
+
+
+### Tests
+
+* **_mapdata:** reset indentation [skip ci] ([678548f](https://github.com/saltstack-formulas/salt-formula/commit/678548fc8ba4bb8fe2c791665b8dda3abca327ee))
+* **_mapdata:** use `15.3` for `opensuse-15.yaml` ([f4a91c4](https://github.com/saltstack-formulas/salt-formula/commit/f4a91c458cca5b609ec1fc32cd100c147e1894b2))
+* **neon:** remove pillar and tests for `v3000` ([d00b04a](https://github.com/saltstack-formulas/salt-formula/commit/d00b04a5df4a24ba49a4f8fa7028f5e02503aac8))
+
## [1.9.2](https://github.com/saltstack-formulas/salt-formula/compare/v1.9.1...v1.9.2) (2021-09-17)
diff --git a/FORMULA b/FORMULA
index 2a9b2ba..d73c79a 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: salt
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Oracle, Amazon, Suse, openSUSE, Gentoo, Funtoo, Arch, Manjaro, FreeBSD, OpenBSD, Windows
os_family: Debian, Redhat, Suse, Arch, Gentoo, FreeBSD, Windows
-version: 1.9.2
+version: 1.9.3
release: 1
minimum_version: 2015.8
summary: Formula for install Saltstack
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 885424a..3c15d5d 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 `_
- - 218
+ - 225
* - :raw-html-m2r:`
`
- `@aboe76 `_
- 100
@@ -202,9 +202,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@ernstae `_
- 1
- * - :raw-html-m2r:`
`
- - `@Angelo-Verona `_
- - 1
* - :raw-html-m2r:`
`
- `@arthurlogilab `_
- 1
@@ -277,8 +274,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@vermut `_
- 1
- * - :raw-html-m2r:`
`
- - `@droope `_
+ * - :raw-html-m2r:`
`
+ - `@SamJoan `_
- 1
* - :raw-html-m2r:`
`
- `@ralucasg `_
@@ -338,4 +335,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 2021-09-17.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-10-05.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 15fca05..ef54b71 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,23 @@
Changelog
=========
+`1.9.3 `_ (2021-10-05)
+------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen+ci:** update with latest CVE pre-salted images (\ `1a8512d `_\ )
+
+Tests
+^^^^^
+
+
+* **_mapdata:** reset indentation [skip ci] (\ `678548f `_\ )
+* **_mapdata:** use ``15.3`` for ``opensuse-15.yaml`` (\ `f4a91c4 `_\ )
+* **neon:** remove pillar and tests for ``v3000`` (\ `d00b04a `_\ )
+
`1.9.2 `_ (2021-09-17)
------------------------------------------------------------------------------------------------------