diff --git a/AUTHORS.md b/AUTHORS.md
index 77e88ea6..0c5c4bf5 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,8 +5,8 @@ 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)|34
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|33
+|[@myii](https://github.com/myii)|47
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|35
|[@aboe76](https://github.com/aboe76)|14
|[@javierbertoli](https://github.com/javierbertoli)|11
|[@techhat](https://github.com/techhat)|10
@@ -18,6 +18,8 @@ Avatar|Contributor|Contributions
|[@naviens](https://github.com/naviens)|4
|[@stp-ip](https://github.com/stp-ip)|3
|[@dizzythinks](https://github.com/dizzythinks)|3
+|[@CezaryTarnowski-TomTom](https://github.com/CezaryTarnowski-TomTom)|3
+|[@dafyddj](https://github.com/dafyddj)|2
|[@rdrake](https://github.com/rdrake)|2
|[@thatch45](https://github.com/thatch45)|2
|[@babilen5](https://github.com/babilen5)|2
@@ -31,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-05-28.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-16.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c8dfd70..705cb84d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,21 @@
# Changelog
+## [0.19.1](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.19.0...v0.19.1) (2020-12-16)
+
+
+### Continuous Integration
+
+* **gitlab-ci:** use GitLab CI as Travis CI replacement ([c99d984](https://github.com/saltstack-formulas/tomcat-formula/commit/c99d98431a41a9a118a34c692923a9c80942f75d))
+* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([b4c10cf](https://github.com/saltstack-formulas/tomcat-formula/commit/b4c10cfd33e386fff5fdd521a2fcf236013b589a))
+* **pre-commit:** add to formula [skip ci] ([eb14b1f](https://github.com/saltstack-formulas/tomcat-formula/commit/eb14b1f32fd73afb0545e7ac30b296053f5fc5bf))
+* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([82e157e](https://github.com/saltstack-formulas/tomcat-formula/commit/82e157e0362ee86cc2b23c02eea5f9299bdef102))
+* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([ed06e07](https://github.com/saltstack-formulas/tomcat-formula/commit/ed06e07f3a01c9c46b3cbadcfaab2d42e0841352))
+
+
+### Tests
+
+* **yaml_dump_spec:** update with `common_pkg` from PR [#119](https://github.com/saltstack-formulas/tomcat-formula/issues/119) [skip ci] ([29db014](https://github.com/saltstack-formulas/tomcat-formula/commit/29db014282d8c80050cdf1114115dccc77bd7ae9))
+
# [0.19.0](https://github.com/saltstack-formulas/tomcat-formula/compare/v0.18.0...v0.19.0) (2020-05-28)
diff --git a/FORMULA b/FORMULA
index 081825df..aa3086c9 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.0
+version: 0.19.1
release: 1
minimum_version: 2017.7
summary: tomcat formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 54e30dfe..2e2596bd 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,10 +18,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 100
* - :raw-html-m2r:``
- `@myii `_
- - 34
+ - 47
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- - 33
+ - 35
* - :raw-html-m2r:``
- `@aboe76 `_
- 14
@@ -55,6 +55,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@dizzythinks `_
- 3
+ * - :raw-html-m2r:``
+ - `@CezaryTarnowski-TomTom `_
+ - 3
+ * - :raw-html-m2r:``
+ - `@dafyddj `_
+ - 2
* - :raw-html-m2r:``
- `@rdrake `_
- 2
@@ -89,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-05-28.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-16.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index d37e3553..e08c403f 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,25 @@
Changelog
=========
+`0.19.1 `_ (2020-12-16)
+-----------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `c99d984 `_\ )
+* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `b4c10cf `_\ )
+* **pre-commit:** add to formula [skip ci] (\ `eb14b1f `_\ )
+* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `82e157e `_\ )
+* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `ed06e07 `_\ )
+
+Tests
+^^^^^
+
+
+* **yaml_dump_spec:** update with ``common_pkg`` from PR `#119 `_ [skip ci] (\ `29db014 `_\ )
+
`0.19.0 `_ (2020-05-28)
-----------------------------------------------------------------------------------------------------------