diff --git a/AUTHORS.md b/AUTHORS.md
index 4a562ba..0981d0d 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,18 +4,18 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@myii](https://github.com/myii)|64
+|[@myii](https://github.com/myii)|69
|[@alxwr](https://github.com/alxwr)|40
|[@gravyboat](https://github.com/gravyboat)|36
|[@aboe76](https://github.com/aboe76)|32
|[@whiteinge](https://github.com/whiteinge)|31
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|29
|[@javierbertoli](https://github.com/javierbertoli)|27
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|27
|[@nmadhok](https://github.com/nmadhok)|20
|[@puneetk](https://github.com/puneetk)|20
+|[@ixs](https://github.com/ixs)|10
|[@SuperTux88](https://github.com/SuperTux88)|10
|[@techhat](https://github.com/techhat)|10
-|[@ixs](https://github.com/ixs)|9
|[@landergate](https://github.com/landergate)|9
|[@bradthurber](https://github.com/bradthurber)|8
|[@babilen5](https://github.com/babilen5)|8
@@ -87,9 +87,10 @@ Avatar|Contributor|Contributions
|[@mschiff](https://github.com/mschiff)|1
|[@nigelsim](https://github.com/nigelsim)|1
|[@srse](https://github.com/srse)|1
+|[@sticky-note](https://github.com/sticky-note)|1
|[@tsenay](https://github.com/tsenay)|1
|[@ze42](https://github.com/ze42)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-10-14.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-01-04.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c8abeb7..cce469d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,19 @@
# Changelog
+## [1.1.1](https://github.com/saltstack-formulas/apache-formula/compare/v1.1.0...v1.1.1) (2021-01-04)
+
+
+### Bug Fixes
+
+* **memory:** pass variable not dict ([2830081](https://github.com/saltstack-formulas/apache-formula/commit/28300814fc0a83244ab64a4a87f104d67de4ac53))
+
+
+### Continuous Integration
+
+* **commitlint:** ensure `upstream/master` uses main repo URL [skip ci] ([0145922](https://github.com/saltstack-formulas/apache-formula/commit/0145922b52f21469c00c85bf46503411ffd11c56))
+* **gitlab-ci:** add `rubocop` linter (with `allow_failure`) [skip ci] ([bbf012b](https://github.com/saltstack-formulas/apache-formula/commit/bbf012b82eed50db3c35cb25a10d9ca36e40487b))
+* **gitlab-ci:** use GitLab CI as Travis CI replacement ([26208c4](https://github.com/saltstack-formulas/apache-formula/commit/26208c47c644608b00adfa8474616305e7a55e36))
+
# [1.1.0](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.5...v1.1.0) (2020-10-14)
diff --git a/FORMULA b/FORMULA
index fb86f52..0f4d153 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: apache
os: RedHat, Fedora, CentOS, Debian, Ubuntu, Suse, FreeBSD
os_family: RedHat, Debian, Suse, FreeBSD
-version: 1.1.0
+version: 1.1.1
release: 1
minimum_version: 2015.8
summary: Formula for installing Apache
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 976fcfd..1d17737 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 `_
- - 64
+ - 69
* - :raw-html-m2r:``
- `@alxwr `_
- 40
@@ -28,11 +28,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@whiteinge `_
- 31
- * - :raw-html-m2r:``
- - `@javierbertoli `_
- - 27
* - :raw-html-m2r:``
- `@noelmcloughlin `_
+ - 29
+ * - :raw-html-m2r:``
+ - `@javierbertoli `_
- 27
* - :raw-html-m2r:``
- `@nmadhok `_
@@ -40,15 +40,15 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@puneetk `_
- 20
+ * - :raw-html-m2r:``
+ - `@ixs `_
+ - 10
* - :raw-html-m2r:``
- `@SuperTux88 `_
- 10
* - :raw-html-m2r:``
- `@techhat `_
- 10
- * - :raw-html-m2r:``
- - `@ixs `_
- - 9
* - :raw-html-m2r:``
- `@landergate `_
- 9
@@ -262,6 +262,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@srse `_
- 1
+ * - :raw-html-m2r:``
+ - `@sticky-note `_
+ - 1
* - :raw-html-m2r:``
- `@tsenay `_
- 1
@@ -272,4 +275,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-10-14.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-01-04.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index f700c07..37bba1a 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,23 @@
Changelog
=========
+`1.1.1 `_ (2021-01-04)
+--------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **memory:** pass variable not dict (\ `2830081 `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **commitlint:** ensure ``upstream/master`` uses main repo URL [skip ci] (\ `0145922 `_\ )
+* **gitlab-ci:** add ``rubocop`` linter (with ``allow_failure``\ ) [skip ci] (\ `bbf012b `_\ )
+* **gitlab-ci:** use GitLab CI as Travis CI replacement (\ `26208c4 `_\ )
+
`1.1.0 `_ (2020-10-14)
--------------------------------------------------------------------------------------------------------