diff --git a/AUTHORS.md b/AUTHORS.md
index 040befa..a1887ee 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)|17
+|[@myii](https://github.com/myii)|34
|[@aboe76](https://github.com/aboe76)|11
|[@0xf10e](https://github.com/0xf10e)|10
|[@gravyboat](https://github.com/gravyboat)|10
@@ -23,7 +23,8 @@ Avatar|Contributor|Contributions
|[@baby-gnu](https://github.com/baby-gnu)|1
|[@javierbertoli](https://github.com/javierbertoli)|1
|[@mthibaut](https://github.com/mthibaut)|1
+|[@mgomersbach](https://github.com/mgomersbach)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-09.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-12-16.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1457222..c0d324c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,43 @@
# Changelog
+# [0.9.0](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.1...v0.9.0) (2019-12-16)
+
+
+### Bug Fixes
+
+* **release.config.js:** use full commit hash in commit link [skip ci] ([1c516f5](https://github.com/saltstack-formulas/dhcpd-formula/commit/1c516f57e848f0bcb9fe03cb82284a4c3c6bb41c))
+
+
+### Continuous Integration
+
+* **gemfile:** restrict `train` gem version until upstream fix [skip ci] ([f838b4d](https://github.com/saltstack-formulas/dhcpd-formula/commit/f838b4d4733452d36d62cfe4ef9b7ee57752a01f))
+* **kitchen:** use `debian-10-master-py3` instead of `develop` [skip ci] ([7ca8c7a](https://github.com/saltstack-formulas/dhcpd-formula/commit/7ca8c7a1913fbbf01712a2ce4d5c3d1443f3b6b8))
+* **kitchen:** use `develop` image until `master` is ready (`amazonlinux`) [skip ci] ([e009040](https://github.com/saltstack-formulas/dhcpd-formula/commit/e009040d28afe4e1bd07156580a18723b9cbb1d5))
+* **kitchen+travis:** upgrade matrix after `2019.2.2` release [skip ci] ([d7591f0](https://github.com/saltstack-formulas/dhcpd-formula/commit/d7591f0dcb5d677294685bb7f1acb26245abba5d))
+* **travis:** apply changes from build config validation [skip ci] ([df6ce3e](https://github.com/saltstack-formulas/dhcpd-formula/commit/df6ce3e5d343d07a9ccd33501059edd6359e6343))
+* **travis:** opt-in to `dpl v2` to complete build config validation [skip ci] ([7fb1a93](https://github.com/saltstack-formulas/dhcpd-formula/commit/7fb1a936230e2732d23a9edae11fc4f96fd0daac))
+* **travis:** quote pathspecs used with `git ls-files` [skip ci] ([67c340d](https://github.com/saltstack-formulas/dhcpd-formula/commit/67c340d3099c78ee7c0079cde9fb5609fbb54bc6))
+* **travis:** run `shellcheck` during lint job [skip ci] ([4a192fe](https://github.com/saltstack-formulas/dhcpd-formula/commit/4a192fe586bf55e4bb680c51e60828260c2d889d))
+* **travis:** update `salt-lint` config for `v0.0.10` [skip ci] ([14eecc2](https://github.com/saltstack-formulas/dhcpd-formula/commit/14eecc2114e42f8c97dc66f49250b3bbbae655d5))
+* **travis:** use build config validation (beta) [skip ci] ([8068a89](https://github.com/saltstack-formulas/dhcpd-formula/commit/8068a890085582ab499dd7972f6e560a18c39330))
+* merge travis matrix, add `salt-lint` & `rubocop` to `lint` job ([8ed2593](https://github.com/saltstack-formulas/dhcpd-formula/commit/8ed2593917824945b0be96c8120fa564981ef0b5))
+
+
+### Documentation
+
+* **contributing:** remove to use org-level file instead [skip ci] ([77da7be](https://github.com/saltstack-formulas/dhcpd-formula/commit/77da7bed48d9b352b9b47f73a2d267220839fb69))
+* **readme:** update link to `CONTRIBUTING` [skip ci] ([d40fd74](https://github.com/saltstack-formulas/dhcpd-formula/commit/d40fd748d8a4b69a1ee03bf5b5b74938e26d6dfc))
+
+
+### Features
+
+* **map.jinja:** add Gentoo support ([934bcf4](https://github.com/saltstack-formulas/dhcpd-formula/commit/934bcf4459529a3c2112402746208555c2f1858e))
+
+
+### Performance Improvements
+
+* **travis:** improve `salt-lint` invocation [skip ci] ([42a525d](https://github.com/saltstack-formulas/dhcpd-formula/commit/42a525ddb48107365467bdf952d190bcc67825be))
+
## [0.8.1](https://github.com/saltstack-formulas/dhcpd-formula/compare/v0.8.0...v0.8.1) (2019-10-09)
diff --git a/FORMULA b/FORMULA
index 64c9099..65d9f20 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: dhcpd
os: Debian, Ubuntu, Raspbian, RedHat, CentOS, Arch, FreeBSD
os_family: Debian, RedHat, Arch, FreeBSD
-version: 0.8.1
+version: 0.9.0
release: 1
minimum_version: 2016.11
summary: DHCPD formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 606f6d1..972a929 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 `_
- - 17
+ - 34
* - :raw-html-m2r:``
- `@aboe76 `_
- 11
@@ -70,8 +70,11 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@mthibaut `_
- 1
+ * - :raw-html-m2r:``
+ - `@mgomersbach `_
+ - 1
----
-Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-09.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-12-16.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index b21bf8a..eb2412f 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,50 @@
Changelog
=========
+`0.9.0 `_ (2019-12-16)
+-------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **release.config.js:** use full commit hash in commit link [skip ci] (\ `1c516f5 `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gemfile:** restrict ``train`` gem version until upstream fix [skip ci] (\ `f838b4d `_\ )
+* **kitchen:** use ``debian-10-master-py3`` instead of ``develop`` [skip ci] (\ `7ca8c7a `_\ )
+* **kitchen:** use ``develop`` image until ``master`` is ready (\ ``amazonlinux``\ ) [skip ci] (\ `e009040 `_\ )
+* **kitchen+travis:** upgrade matrix after ``2019.2.2`` release [skip ci] (\ `d7591f0 `_\ )
+* **travis:** apply changes from build config validation [skip ci] (\ `df6ce3e `_\ )
+* **travis:** opt-in to ``dpl v2`` to complete build config validation [skip ci] (\ `7fb1a93 `_\ )
+* **travis:** quote pathspecs used with ``git ls-files`` [skip ci] (\ `67c340d `_\ )
+* **travis:** run ``shellcheck`` during lint job [skip ci] (\ `4a192fe `_\ )
+* **travis:** update ``salt-lint`` config for ``v0.0.10`` [skip ci] (\ `14eecc2 `_\ )
+* **travis:** use build config validation (beta) [skip ci] (\ `8068a89 `_\ )
+* merge travis matrix, add ``salt-lint`` & ``rubocop`` to ``lint`` job (\ `8ed2593 `_\ )
+
+Documentation
+^^^^^^^^^^^^^
+
+
+* **contributing:** remove to use org-level file instead [skip ci] (\ `77da7be `_\ )
+* **readme:** update link to ``CONTRIBUTING`` [skip ci] (\ `d40fd74 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **map.jinja:** add Gentoo support (\ `934bcf4 `_\ )
+
+Performance Improvements
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **travis:** improve ``salt-lint`` invocation [skip ci] (\ `42a525d `_\ )
+
`0.8.1 `_ (2019-10-09)
-------------------------------------------------------------------------------------------------------