diff --git a/AUTHORS.md b/AUTHORS.md
index 03acebe..adeadaf 100644
--- a/AUTHORS.md
+++ b/AUTHORS.md
@@ -5,7 +5,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord
Avatar|Contributor|Contributions
:-:|---|:-:
|[@myii](https://github.com/myii)|70
-|[@javierbertoli](https://github.com/javierbertoli)|30
+|[@javierbertoli](https://github.com/javierbertoli)|33
|[@martinhoefling](https://github.com/martinhoefling)|16
|[@fortunejuggle](https://github.com/fortunejuggle)|13
|[@aboe76](https://github.com/aboe76)|11
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a25aa6b..41a8c0c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,17 @@
# Changelog
+# [3.1.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v3.0.0...v3.1.0) (2021-07-02)
+
+
+### Continuous Integration
+
+* **gitlab:** enable `domains` testing on gitlab ([c3637f7](https://github.com/saltstack-formulas/letsencrypt-formula/commit/c3637f7fd1b82469d319b181f0632b3c3b388561))
+
+
+### Features
+
+* **domains:** allow to specify different authenticators/installers ([87456a1](https://github.com/saltstack-formulas/letsencrypt-formula/commit/87456a1c0601f19e8ce92d7d292b86853abc87cb))
+
# [3.0.0](https://github.com/saltstack-formulas/letsencrypt-formula/compare/v2.1.1...v3.0.0) (2021-07-02)
diff --git a/FORMULA b/FORMULA
index 3d54829..0310e08 100644
--- a/FORMULA
+++ b/FORMULA
@@ -1,7 +1,7 @@
name: letsencrypt
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: 3.0.0
+version: 3.1.0
release: 1
minimum_version: 2017.7
summary: letsencrypt formula
diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst
index 07e5e80..2f7fccd 100644
--- a/docs/AUTHORS.rst
+++ b/docs/AUTHORS.rst
@@ -18,7 +18,7 @@ This list is sorted by the number of commits per contributor in *descending* ord
- 70
* - :raw-html-m2r:``
- `@javierbertoli `_
- - 30
+ - 33
* - :raw-html-m2r:``
- `@martinhoefling `_
- 16
diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst
index 724c824..18fffb9 100644
--- a/docs/CHANGELOG.rst
+++ b/docs/CHANGELOG.rst
@@ -2,6 +2,21 @@
Changelog
=========
+`3.1.0 `_ (2021-07-02)
+-------------------------------------------------------------------------------------------------------------
+
+Continuous Integration
+^^^^^^^^^^^^^^^^^^^^^^
+
+
+* **gitlab:** enable ``domains`` testing on gitlab (\ `c3637f7 `_\ )
+
+Features
+^^^^^^^^
+
+
+* **domains:** allow to specify different authenticators/installers (\ `87456a1 `_\ )
+
`3.0.0 `_ (2021-07-02)
-------------------------------------------------------------------------------------------------------------