diff --git a/CHANGELOG.md b/CHANGELOG.md
index edf57111..5deded36 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,7 +8,7 @@ We will follow [Semantic Versioning](http://semver.org/).
 ## Yoast SEO Premium for TYPO3
 Besides the free version of our plugin, we also have a premium version. The free version enables you to do all necessary optimizations. With the premium version, we make it even easier to do! More information can be found on https://www.maxserv.com/yoast.
 
-## UNRELEASED
+## 8.3.0 August 3, 2022
 ### Fixed
 - Lists within the Overview module now take the "DB Mounts" of a user into account
 - Optimized pagination of Overview module
diff --git a/ext_emconf.php b/ext_emconf.php
index 67f31e1d..3e54853f 100644
--- a/ext_emconf.php
+++ b/ext_emconf.php
@@ -10,7 +10,7 @@
     'dependencies' => '',
     'state' => 'stable',
     'uploadfolder' => 0,
-    'version' => '8.2.0',
+    'version' => '8.3.0',
     'constraints' => [
         'depends' => [
             'typo3' => '9.5.0-11.5.99',