diff --git a/AUTHORS.md b/AUTHORS.md
index 941d40f..b6ca98e 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)|34
+|[@myii](https://github.com/myii)|53
|[@aboe76](https://github.com/aboe76)|24
|[@javierbertoli](https://github.com/javierbertoli)|13
|[@Sxderp](https://github.com/Sxderp)|5
@@ -12,6 +12,7 @@ Avatar|Contributor|Contributions
|[@hoonetorg](https://github.com/hoonetorg)|3
|[@tinuva](https://github.com/tinuva)|3
|[@amendlik](https://github.com/amendlik)|2
+|[@dafyddj](https://github.com/dafyddj)|2
|[@Angelo-Verona](https://github.com/Angelo-Verona)|1
|[@cmercier](https://github.com/cmercier)|1
|[@basepi](https://github.com/basepi)|1
@@ -22,4 +23,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-04-18.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-10-24.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c359b0..99b92f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,24 @@
# Changelog
+# [1.1.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v1.0.0...v1.1.0) (2020-10-24)
+
+
+### Continuous Integration
+
+* **gemfile.lock:** add to repo with updated `Gemfile` [skip ci] ([7a964e4](https://github.com/saltstack-formulas/firewalld-formula/commit/7a964e4738f0d7e3745da3b1f97a3407ca134381))
+* **kitchen:** use `saltimages` Docker Hub where available [skip ci] ([a33cd64](https://github.com/saltstack-formulas/firewalld-formula/commit/a33cd641e248d0640dce3719836f5d4a0ff739e8))
+* **kitchen+travis:** remove `master-py2-arch-base-latest` [skip ci] ([24e115c](https://github.com/saltstack-formulas/firewalld-formula/commit/24e115cacb52e4a8a51fd92465e4442d6a68d1d3))
+* **pre-commit:** add to formula [skip ci] ([9254027](https://github.com/saltstack-formulas/firewalld-formula/commit/92540273969100880c55ad041c2e450deefef101))
+* **pre-commit:** enable/disable `rstcheck` as relevant [skip ci] ([c7e4dee](https://github.com/saltstack-formulas/firewalld-formula/commit/c7e4dee62a9a9a8f57cacde4b7d5c23ab9d36156))
+* **pre-commit:** finalise `rstcheck` configuration [skip ci] ([118eacf](https://github.com/saltstack-formulas/firewalld-formula/commit/118eacff459289ae21fd5cd630857b306f817ce9))
+* **travis:** add notifications => zulip [skip ci] ([b6c60b2](https://github.com/saltstack-formulas/firewalld-formula/commit/b6c60b27b9b37ab73a859bfac31f64df84046641))
+* **workflows/commitlint:** add to repo [skip ci] ([93853b6](https://github.com/saltstack-formulas/firewalld-formula/commit/93853b643f23e77f00a642d8f12b3da8b322ee8b))
+
+
+### Features
+
+* **firewalld.conf:** support configuration of `AllowZoneDrifting` ([0ff53ff](https://github.com/saltstack-formulas/firewalld-formula/commit/0ff53ffb2790ab95b71d3df461a04bca8f02a520)), closes [#44](https://github.com/saltstack-formulas/firewalld-formula/issues/44)
+
# [1.0.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.10.1...v1.0.0) (2020-04-18)
diff --git a/FORMULA b/FORMULA
index 4568bc1..b617434 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: firewalld
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: 1.0.0
+version: 1.1.0
release: 1
minimum_version: 2017.7
summary: firewalld formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 6806832..2a5207e 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 `_
- - 34
+ - 53
* - :raw-html-m2r:``
- `@aboe76 `_
- 24
@@ -37,6 +37,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@amendlik `_
- 2
+ * - :raw-html-m2r:``
+ - `@dafyddj `_
+ - 2
* - :raw-html-m2r:``
- `@Angelo-Verona `_
- 1
@@ -62,4 +65,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-04-18.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-10-24.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index a5f4e58..ba1b1d4 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,28 @@
Changelog
=========
+`1.1.0 `_ (2020-10-24)
+-----------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gemfile.lock:** add to repo with updated ``Gemfile`` [skip ci] (\ `7a964e4 `_\ )
+* **kitchen:** use ``saltimages`` Docker Hub where available [skip ci] (\ `a33cd64 `_\ )
+* **kitchen+travis:** remove ``master-py2-arch-base-latest`` [skip ci] (\ `24e115c `_\ )
+* **pre-commit:** add to formula [skip ci] (\ `9254027 `_\ )
+* **pre-commit:** enable/disable ``rstcheck`` as relevant [skip ci] (\ `c7e4dee `_\ )
+* **pre-commit:** finalise ``rstcheck`` configuration [skip ci] (\ `118eacf `_\ )
+* **travis:** add notifications => zulip [skip ci] (\ `b6c60b2 `_\ )
+* **workflows/commitlint:** add to repo [skip ci] (\ `93853b6 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **firewalld.conf:** support configuration of ``AllowZoneDrifting`` (\ `0ff53ff `_\ ), closes `#44 `_
+
`1.0.0 `_ (2020-04-18)
------------------------------------------------------------------------------------------------------------