diff --git a/AUTHORS.md b/AUTHORS.md
index b02782a..e42273b 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)|76
+|[@myii](https://github.com/myii)|86
|[@alxwr](https://github.com/alxwr)|38
|[@gravyboat](https://github.com/gravyboat)|28
|[@aboe76](https://github.com/aboe76)|25
@@ -33,6 +33,7 @@ Avatar|Contributor|Contributions
|[@rhertzog](https://github.com/rhertzog)|3
|[@brot](https://github.com/brot)|2
|[@carlosperello](https://github.com/carlosperello)|2
+|[@dafyddj](https://github.com/dafyddj)|2
|[@fpletz](https://github.com/fpletz)|2
|[@ingben](https://github.com/ingben)|2
|[@OrangeDog](https://github.com/OrangeDog)|2
@@ -77,4 +78,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-27.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-22.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 749f217..3bf7526 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,22 @@
# Changelog
+## [2.0.5](https://github.com/saltstack-formulas/openssh-formula/compare/v2.0.4...v2.0.5) (2020-12-22)
+
+
+### Continuous Integration
+
+* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([7af3bf2](https://github.com/saltstack-formulas/openssh-formula/commit/7af3bf255df5d636750edb8b3a95c63b032712b4))
+* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([37b9f3a](https://github.com/saltstack-formulas/openssh-formula/commit/37b9f3ac09a895b6aad5e796f062c6f3871e697c))
+* **gitlab-ci:** use GitLab CI as Travis CI replacement ([bccd5fd](https://github.com/saltstack-formulas/openssh-formula/commit/bccd5fd3d88ba22d1b9b91018e7eb2a24620138f))
+* **pre-commit:** add to formula [skip ci] ([4e13609](https://github.com/saltstack-formulas/openssh-formula/commit/4e13609b992d5d2e3e2a540e736016fe1f22c7e2))
+* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([094bef5](https://github.com/saltstack-formulas/openssh-formula/commit/094bef540614043947434a00b0a0e8bfe4665f93))
+* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([75e843a](https://github.com/saltstack-formulas/openssh-formula/commit/75e843a7bdabcc64f29bcea7e7ae6ce204bd5397))
+
+
+### Tests
+
+* **map:** standardise `map.jinja` verification ([2bab68f](https://github.com/saltstack-formulas/openssh-formula/commit/2bab68f5ff5485c9b43712bd2dd17f447ed787f4))
+
## [2.0.4](https://github.com/saltstack-formulas/openssh-formula/compare/v2.0.3...v2.0.4) (2020-09-27)
diff --git a/FORMULA b/FORMULA
index 1fb5377..c71f764 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: openssh
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: 2.0.4
+version: 2.0.5
release: 1
minimum_version: 2017.7
summary: openssh formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 96b3ebe..04fa9fa 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 `_
- - 76
+ - 86
* - :raw-html-m2r:``
- `@alxwr `_
- 38
@@ -100,6 +100,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@carlosperello `_
- 2
+ * - :raw-html-m2r:``
+ - `@dafyddj `_
+ - 2
* - :raw-html-m2r:``
- `@fpletz `_
- 2
@@ -227,4 +230,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-27.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-12-22.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 89674c1..12481c6 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,26 @@
Changelog
=========
+`2.0.5 `_ (2020-12-22)
+---------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `7af3bf2 `_\ )
+* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `37b9f3a `_\ )
+* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `bccd5fd `_\ )
+* **pre-commit:** add to formula [skip ci] (\ `4e13609 `_\ )
+* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `094bef5 `_\ )
+* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `75e843a `_\ )
+
+Tests
+^^^^^
+
+
+* **map:** standardise ``map.jinja`` verification (\ `2bab68f `_\ )
+
`2.0.4 `_ (2020-09-27)
---------------------------------------------------------------------------------------------------------