diff --git a/AUTHORS.md b/AUTHORS.md
index 2cbf1ae..3cd2bd1 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,16 +4,17 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@n-rodriguez](https://github.com/n-rodriguez)|9
+|[@n-rodriguez](https://github.com/n-rodriguez)|14
+|[@myii](https://github.com/myii)|6
|[@McPcholkin](https://github.com/McPcholkin)|3
|[@daschatten](https://github.com/daschatten)|3
|[@aboe76](https://github.com/aboe76)|2
|[@babilen5](https://github.com/babilen5)|2
-|[@myii](https://github.com/myii)|2
|[@alexhayes](https://github.com/alexhayes)|1
+|[@vutny](https://github.com/vutny)|1
|[@noelmcloughlin](https://github.com/noelmcloughlin)|1
|[@nmadhok](https://github.com/nmadhok)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-09-25.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-10-04.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5f8aebd..e95dfb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,35 @@
# Changelog
+# [0.4.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.3.0...v0.4.0) (2019-10-04)
+
+
+### Bug Fixes
+
+* **states:** add missing require sls ([726df07](https://github.com/saltstack-formulas/exim-formula/commit/726df07))
+* **states:** re-generate Exim aliases DB after update ([6a0aecf](https://github.com/saltstack-formulas/exim-formula/commit/6a0aecf))
+
+
+### Continuous Integration
+
+* **kitchen:** install required packages to bootstrapped `opensuse` [skip ci] ([63a132e](https://github.com/saltstack-formulas/exim-formula/commit/63a132e))
+* **kitchen:** use bootstrapped `opensuse` images until `2019.2.2` [skip ci] ([f1efdc9](https://github.com/saltstack-formulas/exim-formula/commit/f1efdc9))
+* **platform:** add `arch-base-latest` (commented out for now) [skip ci] ([89918b2](https://github.com/saltstack-formulas/exim-formula/commit/89918b2))
+
+
+### Features
+
+* **states:** add exim.mailname and exim.aliases states ([68bb801](https://github.com/saltstack-formulas/exim-formula/commit/68bb801))
+
+
+### Performance Improvements
+
+* **states:** reuse already fetched pillars ([c466c86](https://github.com/saltstack-formulas/exim-formula/commit/c466c86))
+
+
+### Tests
+
+* **inspec:** check that smtp port is opened ([a6418d3](https://github.com/saltstack-formulas/exim-formula/commit/a6418d3))
+
# [0.3.0](https://github.com/saltstack-formulas/exim-formula/compare/v0.2.1...v0.3.0) (2019-09-25)
diff --git a/FORMULA b/FORMULA
index 61bfcb4..0e32a41 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: exim
os: Debian, Ubuntu
os_family: Debian
-version: 0.3.0
+version: 0.4.0
release: 1
minimum_version: 2017.7
summary: Exim formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index d8d9cc1..1c6ad91 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -15,7 +15,10 @@ This list is sorted by the number of commits per contributor in *descending* ord
- Contributions
* - :raw-html-m2r:``
- `@n-rodriguez `_
- - 9
+ - 14
+ * - :raw-html-m2r:``
+ - `@myii `_
+ - 6
* - :raw-html-m2r:``
- `@McPcholkin `_
- 3
@@ -28,12 +31,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@babilen5 `_
- 2
- * - :raw-html-m2r:``
- - `@myii `_
- - 2
* - :raw-html-m2r:``
- `@alexhayes `_
- 1
+ * - :raw-html-m2r:``
+ - `@vutny `_
+ - 1
* - :raw-html-m2r:``
- `@noelmcloughlin `_
- 1
@@ -44,4 +47,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-09-25.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-10-04.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index eccecf9..36f11df 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,42 @@
Changelog
=========
+`0.4.0 `_ (2019-10-04)
+------------------------------------------------------------------------------------------------------
+
+Bug Fixes
+^^^^^^^^^
+
+
+* **states:** add missing require sls (\ `726df07 `_\ )
+* **states:** re-generate Exim aliases DB after update (\ `6a0aecf `_\ )
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **kitchen:** install required packages to bootstrapped ``opensuse`` [skip ci] (\ `63a132e `_\ )
+* **kitchen:** use bootstrapped ``opensuse`` images until ``2019.2.2`` [skip ci] (\ `f1efdc9 `_\ )
+* **platform:** add ``arch-base-latest`` (commented out for now) [skip ci] (\ `89918b2 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **states:** add exim.mailname and exim.aliases states (\ `68bb801 `_\ )
+
+Performance Improvements
+^^^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **states:** reuse already fetched pillars (\ `c466c86 `_\ )
+
+Tests
+^^^^^
+
+
+* **inspec:** check that smtp port is opened (\ `a6418d3 `_\ )
+
`0.3.0 `_ (2019-09-25)
------------------------------------------------------------------------------------------------------