diff --git a/AUTHORS.md b/AUTHORS.md
index 1dcee63..7a1d205 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@fintanmm](https://github.com/fintanmm)|100
-|[@myii](https://github.com/myii)|49
+|[@myii](https://github.com/myii)|56
|[@noelmcloughlin](https://github.com/noelmcloughlin)|35
|[@aboe76](https://github.com/aboe76)|14
|[@javierbertoli](https://github.com/javierbertoli)|11
@@ -33,4 +33,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-12-18.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-27.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 64361c1..7bed868 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [0.19.3](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.2...v0.19.3) (2020-12-27)
+
+
+### Continuous Integration
+
+* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([41a15f9](https://github.com/saltstack-formulas/tomcat-formula/commit/41a15f9b16de4b2c411b1451888c5bcd3297c9d0))
+* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([d805414](https://github.com/saltstack-formulas/tomcat-formula/commit/d80541452bc36535aa79d1d7804ad4635a9df5a5))
+
+
+### Tests
+
+* **_mapdata:** generate verification files ([dbed9c1](https://github.com/saltstack-formulas/tomcat-formula/commit/dbed9c1440a3bd6a671487dc740d33bfbdc405a4))
+* **comparison_files:** refactor to use InSpec profile directory ([901188d](https://github.com/saltstack-formulas/tomcat-formula/commit/901188d49d5b175168a41084f4a5aa78a51110c3))
+* **config_spec:** avoid use of `HOSTNAME_PLACEHOLDER` ([8d4ced7](https://github.com/saltstack-formulas/tomcat-formula/commit/8d4ced7fb00a0951d8a7c344020ba410c58b2245))
+* **map:** verify `map.jinja` dump using `_mapdata` state ([dd792fb](https://github.com/saltstack-formulas/tomcat-formula/commit/dd792fb17d44572cadc476dcc9661afea8b2baca))
+
## [0.19.2](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.1...v0.19.2) (2020-12-18)
diff --git a/FORMULA b/FORMULA
index d87aa6e..0299bab 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: tomcat
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Amazon, 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.19.2
+version: 0.19.3
release: 1
minimum_version: 2017.7
summary: tomcat formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index fa8a636..1f8b24a 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 100
* - :raw-html-m2r:``
- `@myii `_
- - 49
+ - 56
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- 35
@@ -95,4 +95,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-12-18.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-27.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 58f5937..5f1a5a9 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,25 @@
Changelog
=========
+`0.19.3 `_ (2020-12-27)
+-----------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `41a15f9 `_\ )
+* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `d805414 `_\ )
+
+Tests
+^^^^^
+
+
+* **_mapdata:** generate verification files (\ `dbed9c1 `_\ )
+* **comparison_files:** refactor to use InSpec profile directory (\ `901188d `_\ )
+* **config_spec:** avoid use of ``HOSTNAME_PLACEHOLDER`` (\ `8d4ced7 `_\ )
+* **map:** verify ``map.jinja`` dump using ``_mapdata`` state (\ `dd792fb `_\ )
+
`0.19.2 `_ (2020-12-18)
-----------------------------------------------------------------------------------------------------------