diff --git a/AUTHORS.md b/AUTHORS.md
index 899c489..c165ff7 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -4,10 +4,11 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
-|[@myii](https://github.com/myii)|108
+|[@myii](https://github.com/myii)|110
|[@nmadhok](https://github.com/nmadhok)|14
|[@aboe76](https://github.com/aboe76)|14
|[@daks](https://github.com/daks)|11
+|[@noelmcloughlin](https://github.com/noelmcloughlin)|5
|[@carlosperello](https://github.com/carlosperello)|4
|[@whiteinge](https://github.com/whiteinge)|4
|[@dafyddj](https://github.com/dafyddj)|3
@@ -19,7 +20,6 @@ Avatar|Contributor|Contributions
|[@rfairburn](https://github.com/rfairburn)|2
|[@smlloyd](https://github.com/smlloyd)|2
|[@abednarik](https://github.com/abednarik)|2
-|[@noelmcloughlin](https://github.com/noelmcloughlin)|2
|[@9numbernine9](https://github.com/9numbernine9)|1
|[@asenci](https://github.com/asenci)|1
|[@iggy](https://github.com/iggy)|1
@@ -33,9 +33,9 @@ Avatar|Contributor|Contributions
|[@derqurps](https://github.com/derqurps)|1
|[@netzvieh](https://github.com/netzvieh)|1
|[@stasjok](https://github.com/stasjok)|1
-|[@babilen5](https://github.com/babilen5)|1
+|[@babilen](https://github.com/babilen)|1
|[@puneetk](https://github.com/puneetk)|1
---
-Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-18.
+Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-08-29.
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab5926f..51dd820 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+# [0.25.0](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.24.0...v0.25.0) (2021-08-29)
+
+
+### Continuous Integration
+
+* **appended:** add second test suite ([38126a3](https://github.com/saltstack-formulas/sudoers-formula/commit/38126a31a6c27266111e96a02252a6e845fcb8f1))
+* **kitchen+ci:** update with latest `3003.2` pre-salted images [skip ci] ([93ae700](https://github.com/saltstack-formulas/sudoers-formula/commit/93ae700eede582e10e8f8d35a89b54a7de4afe1b))
+
+
+### Features
+
+* **ordering:** optionally append includefiles to main config ([751eff7](https://github.com/saltstack-formulas/sudoers-formula/commit/751eff7218883b18628306d1b9f9251ac4b3b361))
+
# [0.24.0](https://github.com/saltstack-formulas/sudoers-formula/compare/v0.23.4...v0.24.0) (2021-08-18)
diff --git a/FORMULA b/FORMULA
index 6d3e550..4aeb7d3 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: sudoers
os: Debian, Ubuntu, Raspbian, RedHat, Fedora, CentOS, Suse, openSUSE
os_family: Debian, RedHat, Suse
-version: 0.24.0
+version: 0.25.0
release: 1
minimum_version: 2016.11
summary: Sudoers formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 26805da..8d49727 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 `_
- - 108
+ - 110
* - :raw-html-m2r:``
- `@nmadhok `_
- 14
@@ -25,6 +25,9 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@daks `_
- 11
+ * - :raw-html-m2r:``
+ - `@noelmcloughlin `_
+ - 5
* - :raw-html-m2r:``
- `@carlosperello `_
- 4
@@ -58,9 +61,6 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@abednarik `_
- 2
- * - :raw-html-m2r:``
- - `@noelmcloughlin `_
- - 2
* - :raw-html-m2r:``
- `@9numbernine9 `_
- 1
@@ -100,8 +100,8 @@ This list is sorted by the number of commits per contributor in *descending* ord
* - :raw-html-m2r:``
- `@stasjok `_
- 1
- * - :raw-html-m2r:``
- - `@babilen5 `_
+ * - :raw-html-m2r:``
+ - `@babilen `_
- 1
* - :raw-html-m2r:``
- `@puneetk `_
@@ -110,4 +110,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 2021-08-18.
+Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-08-29.
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index c4feb27..49f1345 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,22 @@
Changelog
=========
+`0.25.0 `_ (2021-08-29)
+------------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **appended:** add second test suite (\ `38126a3 `_\ )
+* **kitchen+ci:** update with latest ``3003.2`` pre-salted images [skip ci] (\ `93ae700 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **ordering:** optionally append includefiles to main config (\ `751eff7 `_\ )
+
`0.24.0 `_ (2021-08-18)
------------------------------------------------------------------------------------------------------------