diff --git a/AUTHORS.md b/AUTHORS.md
index 109a0faa..d38a17ba 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,8 +4,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@myii](https://github.com/myii)|123
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|62
+|[@myii](https://github.com/myii)|129
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|72
|[@aboe76](https://github.com/aboe76)|54
|[@gravyboat](https://github.com/gravyboat)|41
|[@javierbertoli](https://github.com/javierbertoli)|19
@@ -31,6 +31,7 @@ Avatar|Contributor|Contributions
|[@blbradley](https://github.com/blbradley)|3
|[@abrefort](https://github.com/abrefort)|3
|[@renoirb](https://github.com/renoirb)|3
+|[@dafyddj](https://github.com/dafyddj)|2
|[@Ken-2scientists](https://github.com/Ken-2scientists)|2
|[@madssj](https://github.com/madssj)|2
|[@h3](https://github.com/h3)|2
@@ -70,4 +71,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-09-29.
+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 1b9e5a13..e0f75d12 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+## [0.41.4](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.3...v0.41.4) (2020-12-16)
+
+
+### Bug Fixes
+
+* **archlinux:** avoid nonetype error ([0a6cf8f](https://github.com/saltstack-formulas/postgres-formula/commit/0a6cf8fefae1bbd5668a447ced911088ac965475))
+* **archlinux:** use consistent jinja repo check ([3a955e0](https://github.com/saltstack-formulas/postgres-formula/commit/3a955e02708b23929c93f879bcba0e3fe5ae5666))
+* **jinja:** syntax correction ([8b44c06](https://github.com/saltstack-formulas/postgres-formula/commit/8b44c068fcfd4199336596bdba095fc0e6c8fb2e))
+* **python:** use python3 postres on cent7/8 ([d6d1068](https://github.com/saltstack-formulas/postgres-formula/commit/d6d1068395131de08534e387d377389bd078d3ee))
+* **suse:** version 11+ repo support on suse ([b3f381e](https://github.com/saltstack-formulas/postgres-formula/commit/b3f381e54750a00bb19a4aa50c6273c627dca16c))
+
+
+### Continuous Integration
+
+* **gitlab-ci:** use GitLab CI as Travis CI replacement ([a45673a](https://github.com/saltstack-formulas/postgres-formula/commit/a45673a87892deb973afee3689aea4bebd7a5739))
+* **pre-commit:** add to formula [skip ci] ([db1794b](https://github.com/saltstack-formulas/postgres-formula/commit/db1794b6bbb6ce183e5231cb4b7e7193dcb80143))
+* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([f04d60a](https://github.com/saltstack-formulas/postgres-formula/commit/f04d60a773461dce98b4f2a7c8abbbab268513a0))
+* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([7036f60](https://github.com/saltstack-formulas/postgres-formula/commit/7036f60e8ca3857beeca18abe70a3c59b6a021ec))
+
## [0.41.3](https://github.com/saltstack-formulas/postgres-formula/compare/v0.41.2...v0.41.3) (2020-09-29)
diff --git a/FORMULA b/FORMULA
index dd364975..5159cbc5 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: postgres
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: 0.41.3
+version: 0.41.4
release: 1
minimum_version: 2016.11
summary: Postgres formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 818e3712..004db600 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:``
- `@myii `_
- - 123
+ - 129
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- - 62
+ - 72
* - :raw-html-m2r:``
- `@aboe76 `_
- 54
@@ -94,6 +94,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@renoirb `_
- 3
+ * - :raw-html-m2r:``
+ - `@dafyddj `_
+ - 2
* - :raw-html-m2r:``
- `@Ken-2scientists `_
- 2
@@ -206,4 +209,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-09-29.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-16.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 7b0bb93b..52277370 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,28 @@
Changelog
=========
+`0.41.4 `_ (2020-12-16)
+-------------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **archlinux:** avoid nonetype error (\ `0a6cf8f `_\ )
+* **archlinux:** use consistent jinja repo check (\ `3a955e0 `_\ )
+* **jinja:** syntax correction (\ `8b44c06 `_\ )
+* **python:** use python3 postres on cent7/8 (\ `d6d1068 `_\ )
+* **suse:** version 11+ repo support on suse (\ `b3f381e `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `a45673a `_\ )
+* **pre-commit:** add to formula [skip ci] (\ `db1794b `_\ )
+* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `f04d60a `_\ )
+* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `7036f60 `_\ )
+
`0.41.3 `_ (2020-09-29)
-------------------------------------------------------------------------------------------------------------