diff --git a/doc/changelog.rst b/doc/changelog.rst
index cd26db448b3b6163d7509f7217948a9b1d72b607..e2c065211efe60a4e8f9f05899bbc4712056d495 100644
--- a/doc/changelog.rst
+++ b/doc/changelog.rst
@@ -1,10 +1,10 @@
 Changelog
 =========
 
-2.3.5 (XXXX-XX-XX)
+2.3.5 (2021-06-02)
 ------------------
 
- * n/a
+ * Fix deprecations for PHP 8 and new PHPUnit
 
 2.3.4 (2020-01-30)
 ------------------
diff --git a/src/Silex/Application.php b/src/Silex/Application.php
index d970f35e5ee11e516a6b9dbf1749ff07b4ca91f6..2172755b510e1f4ee60ac3a3feda4e5c917f282c 100644
--- a/src/Silex/Application.php
+++ b/src/Silex/Application.php
@@ -41,7 +41,7 @@ use Silex\Provider\HttpKernelServiceProvider;
  */
 class Application extends Container implements HttpKernelInterface, TerminableInterface
 {
-    const VERSION = '2.3.5-DEV';
+    const VERSION = '2.3.5';
 
     const EARLY_EVENT = 512;
     const LATE_EVENT = -512;