diff --git a/AUTHORS.md b/AUTHORS.md
index 40dd676..4a562ba 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -10,9 +10,10 @@ Avatar|Contributor|Contributions
|[@aboe76](https://github.com/aboe76)|32
|[@whiteinge](https://github.com/whiteinge)|31
|[@javierbertoli](https://github.com/javierbertoli)|27
-
|[@noelmcloughlin](https://github.com/noelmcloughlin)|25
+
|[@noelmcloughlin](https://github.com/noelmcloughlin)|27
|[@nmadhok](https://github.com/nmadhok)|20
|[@puneetk](https://github.com/puneetk)|20
+
|[@SuperTux88](https://github.com/SuperTux88)|10
|[@techhat](https://github.com/techhat)|10
|[@ixs](https://github.com/ixs)|9
|[@landergate](https://github.com/landergate)|9
@@ -21,7 +22,6 @@ Avatar|Contributor|Contributions
|[@arthurlogilab](https://github.com/arthurlogilab)|7
|[@stp-ip](https://github.com/stp-ip)|7
|[@porunov](https://github.com/porunov)|7
-
|[@SuperTux88](https://github.com/SuperTux88)|6
|[@genuss](https://github.com/genuss)|6
|[@kadogo](https://github.com/kadogo)|6
|[@bmwiedemann](https://github.com/bmwiedemann)|5
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 41a1bce..c8abeb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+# [1.1.0](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.5...v1.1.0) (2020-10-14)
+
+
+### Bug Fixes
+
+* **ssl.conf:** fix pillar keys for SSLStapling in ssl.conf on debian ([65043f8](https://github.com/saltstack-formulas/apache-formula/commit/65043f8a6142f7b9988cd406988b524aa9f0a1f2))
+
+
+### Code Refactoring
+
+* **ssl.conf:** reduce newlines in ssl.conf on debian ([b99b7b7](https://github.com/saltstack-formulas/apache-formula/commit/b99b7b71add9fc1102d1b62eafada8358dfd5e68))
+* **vhosts:** reduce empty lines in standard.tmpl and proxy.tmpl ([4b79c1d](https://github.com/saltstack-formulas/apache-formula/commit/4b79c1dddb1999452b618153792a8710bedbb76e))
+
+
+### Features
+
+* **ssl.conf:** add SSLSessionTickets to ssl.conf on debian ([41a7a83](https://github.com/saltstack-formulas/apache-formula/commit/41a7a83af0bf1bf4d4dde0f8ea522135dd721738))
+
## [1.0.5](https://github.com/saltstack-formulas/apache-formula/compare/v1.0.4...v1.0.5) (2020-10-14)
diff --git a/FORMULA b/FORMULA
index 4c83379..fb86f52 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.0.5
+version: 1.1.0
release: 1
minimum_version: 2015.8
summary: Formula for installing Apache
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 4818eed..976fcfd 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -33,13 +33,16 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 27
* - :raw-html-m2r:`
`
- `@noelmcloughlin `_
- - 25
+ - 27
* - :raw-html-m2r:`
`
- `@nmadhok `_
- 20
* - :raw-html-m2r:`
`
- `@puneetk `_
- 20
+ * - :raw-html-m2r:`
`
+ - `@SuperTux88 `_
+ - 10
* - :raw-html-m2r:`
`
- `@techhat `_
- 10
@@ -64,9 +67,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:`
`
- `@porunov `_
- 7
- * - :raw-html-m2r:`
`
- - `@SuperTux88 `_
- - 6
* - :raw-html-m2r:`
`
- `@genuss `_
- 6
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 0768a7e..f700c07 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,28 @@
Changelog
=========
+`1.1.0 `_ (2020-10-14)
+--------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **ssl.conf:** fix pillar keys for SSLStapling in ssl.conf on debian (\ `65043f8 `_\ )
+
+Code Refactoring
+^^^^^^^^^^^^^^^^
+
+
+* **ssl.conf:** reduce newlines in ssl.conf on debian (\ `b99b7b7 `_\ )
+* **vhosts:** reduce empty lines in standard.tmpl and proxy.tmpl (\ `4b79c1d `_\ )
+
+Features
+^^^^^^^^
+
+
+* **ssl.conf:** add SSLSessionTickets to ssl.conf on debian (\ `41a7a83 `_\ )
+
`1.0.5 `_ (2020-10-14)
--------------------------------------------------------------------------------------------------------