diff --git a/AUTHORS.md b/AUTHORS.md
index 9fbe9bb..b408239 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,8 +5,8 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@aboe76](https://github.com/aboe76)|24
+|[@myii](https://github.com/myii)|21
|[@javierbertoli](https://github.com/javierbertoli)|13
-|[@myii](https://github.com/myii)|10
|[@noelmcloughlin](https://github.com/noelmcloughlin)|3
|[@hoonetorg](https://github.com/hoonetorg)|3
|[@amendlik](https://github.com/amendlik)|2
@@ -21,4 +21,4 @@ Avatar|Contributor|Contributions
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-11-09.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-02-12.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f1bbb74..0a299da 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,26 @@
# Changelog
+# [0.8.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.7.0...v0.8.0) (2020-02-12)
+
+
+### Continuous Integration
+
+* workaround issues with newly introduced `amazonlinux-1` [skip ci] ([ace3433](https://github.com/saltstack-formulas/firewalld-formula/commit/ace343353d2c7b183b424e8a3f08b575417add3f))
+* workaround issues with newly introduced `amazonlinux-1` [skip ci] ([b5a95f3](https://github.com/saltstack-formulas/firewalld-formula/commit/b5a95f35ab98b872be852597d046d8d25f06b08b))
+* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([908f5df](https://github.com/saltstack-formulas/firewalld-formula/commit/908f5df86cd69f28ef4e48fbde13c35eb003b627))
+* **kitchen:** avoid using bootstrap for `master` instances [skip ci] ([0b82e43](https://github.com/saltstack-formulas/firewalld-formula/commit/0b82e43a1507bb748adefd13a0412ef7ccae8eb7))
+* **travis:** apply changes from build config validation [skip ci] ([6e1b876](https://github.com/saltstack-formulas/firewalld-formula/commit/6e1b876298c2d782b132c1571d1f20564fb01bf1))
+* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([70dc9aa](https://github.com/saltstack-formulas/firewalld-formula/commit/70dc9aa3b4e299b6f8553132cd9d4401f4635f97))
+* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([97afbb1](https://github.com/saltstack-formulas/firewalld-formula/commit/97afbb157557ec3096cc8a8de48f737960dfda4e))
+* **travis:** run `shellcheck` during lint job [skip ci] ([d8bede7](https://github.com/saltstack-formulas/firewalld-formula/commit/d8bede7082130445461f990346f64d4db22e4bd2))
+* **travis:** use `major.minor` for `semantic-release` version [skip ci] ([b96cc56](https://github.com/saltstack-formulas/firewalld-formula/commit/b96cc569fe9a68deb2eb78974c216eb736d3b57b))
+* **travis:** use build config validation (beta) [skip ci] ([07e7900](https://github.com/saltstack-formulas/firewalld-formula/commit/07e79001cddc4918f6ace716b15cf0658e09d374))
+
+
+### Features
+
+* standardize license and hand over to saltstack formulas ([20cb8a6](https://github.com/saltstack-formulas/firewalld-formula/commit/20cb8a60d362a7484892fc6703de954c67fb8763))
+
# [0.7.0](https://github.com/saltstack-formulas/firewalld-formula/compare/v0.6.2...v0.7.0) (2019-11-09)
diff --git a/FORMULA b/FORMULA
index 2e7c3a8..7f188ad 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: 0.7.0
+version: 0.8.0
release: 1
minimum_version: 2017.7
summary: firewalld formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 3a3fc45..41130b5 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -16,12 +16,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@aboe76 `_
- 24
+ * - :raw-html-m2r:``
+ - `@myii `_
+ - 21
* - :raw-html-m2r:``
- `@javierbertoli `_
- 13
- * - :raw-html-m2r:``
- - `@myii `_
- - 10
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- 3
@@ -59,4 +59,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 2019-11-09.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-02-12.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 98c5b37..c0935ec 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,30 @@
Changelog
=========
+`0.8.0 `_ (2020-02-12)
+-----------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* workaround issues with newly introduced ``amazonlinux-1`` [skip ci] (\ `ace3433 `_\ )
+* workaround issues with newly introduced ``amazonlinux-1`` [skip ci] (\ `b5a95f3 `_\ )
+* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `908f5df `_\ )
+* **kitchen:** avoid using bootstrap for ``master`` instances [skip ci] (\ `0b82e43 `_\ )
+* **travis:** apply changes from build config validation [skip ci] (\ `6e1b876 `_\ )
+* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `70dc9aa `_\ )
+* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `97afbb1 `_\ )
+* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `d8bede7 `_\ )
+* **travis:** use ``major.minor`` for ``semantic-release`` version [skip ci] (\ `b96cc56 `_\ )
+* **travis:** use build config validation (beta) [skip ci] (\ `07e7900 `_\ )
+
+Features
+^^^^^^^^
+
+
+* standardize license and hand over to saltstack formulas (\ `20cb8a6 `_\ )
+
`0.7.0 `_ (2019-11-09)
-----------------------------------------------------------------------------------------------------------