diff --git a/Documentation/About/Changelog/3-4-2.rst b/Documentation/About/Changelog/3-4-2.rst
new file mode 100755
index 00000000..e24c56cf
--- /dev/null
+++ b/Documentation/About/Changelog/3-4-2.rst
@@ -0,0 +1,40 @@
+.. include:: ../../Includes.txt
+
+==========================
+Version 3.4.2 - 2021/06/16
+==========================
+
+This release is a bug fix release which fixes issues regarding redirects after login. Also, this extension is now compatible with
+TYPO3 v11.2.
+
+Download
+========
+
+Download this version from the `TYPO3 extension repository `__ or from
+`GitHub `__.
+
+All Changes
+===========
+
+This is a list of all changes in this release::
+
+ 2021-06-16 [TASK] Update 3rd party libraries (Commit d429900 by Florian Wessels)
+ 2021-06-16 [TASK] Add support for TYPO3 v11.2 (Commit c68792f by Florian Wessels)
+ 2021-06-16 [TASK] Ignore cache file (Commit 7ca6bc3 by Florian Wessels)
+ 2021-06-11 [TASK] Bypass referrer or return url to login action (Commit 79dba25 by Florian Wessels)
+ 2021-06-11 [BUGFIX] Add export-ignore to README and LICENSE file (Commit 79b841c by Florian Wessels)
+ 2021-02-26 [TASK] Drop support for TYPO3 v11.0 (Commit 76be460 by Florian Wessels)
+ 2021-02-26 [TASK] Support TYPO3 v11.1 (Commit 2d8a06e by Florian Wessels)
+ 2021-02-08 [TASK] Remove license badge from readme (Commit ca0cba1 by Florian Wessels)
+ 2021-02-08 [BUGFIX] Initialize Auth0 if empty (Commit 8138bc5 by Florian Wessels)
+ 2021-02-08 [TASK] Do not update composer dependencies on release (Commit 936d440 by Florian Wessels)
+ 2021-02-08 [TASK] Force context for Auth0 initialization (Commit 5f80115 by Florian Wessels)
+ 2021-01-07 [TASK] Set version to 3.4.2-dev (Commit 6f92da8 by Florian Wessels)
+
+Contributors
+============
+
+This release was sponsored by `MEDIUM Werbeagentur Bielefeld `__.
+
+Thank you very much for your support. The next beer is on us! 🍻
+
diff --git a/Documentation/About/Changelog/Index.rst b/Documentation/About/Changelog/Index.rst
index 426ed656..3912f6ad 100644
--- a/Documentation/About/Changelog/Index.rst
+++ b/Documentation/About/Changelog/Index.rst
@@ -16,6 +16,7 @@ List of Versions
:maxdepth: 3
:titlesonly:
+ 3-4-2
3-4-1
3-4-0
3-3-2
diff --git a/ext_emconf.php b/ext_emconf.php
index 7d321255..f4f5023d 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -3,7 +3,7 @@
$EM_CONF['auth0'] = [
'title' => 'Auth0 for TYPO3',
'description' => 'This extension allows you to log into a TYPO3 backend or frontend via Auth0. Auth0 is the solution you need for web, mobile, IoT, and internal applications. Loved by developers and trusted by enterprises.',
- 'version' => '3.4.2-dev',
+ 'version' => '3.4.2',
'category' => 'misc',
'constraints' => [
'depends' => [