4
0
Alexandre Alapetite 21 цаг өмнө
parent
commit
62eb3b405e
2 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 1 1
      CHANGELOG.md
  2. 1 1
      constants.php

+ 1 - 1
CHANGELOG.md

@@ -2,7 +2,7 @@
 
 
 See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
 See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
 
 
-## 2026-09-XX FreshRSS 1.29.2-dev
+## 2026-09-09 FreshRSS 1.30.0
 
 
 * Security
 * Security
 	* 💥 Disallow access to local networks such as `127.0.0.1` by default, for security reasons (breaking change) [#8400](https://github.com/FreshRSS/FreshRSS/pull/8400),
 	* 💥 Disallow access to local networks such as `127.0.0.1` by default, for security reasons (breaking change) [#8400](https://github.com/FreshRSS/FreshRSS/pull/8400),

+ 1 - 1
constants.php

@@ -6,7 +6,7 @@ declare(strict_types=1);
 /** @var string */
 /** @var string */
 const FRESHRSS_MIN_PHP_VERSION = '8.1.0';
 const FRESHRSS_MIN_PHP_VERSION = '8.1.0';
 /** @var string */
 /** @var string */
-const FRESHRSS_VERSION = '1.29.2-dev';
+const FRESHRSS_VERSION = '1.30.0';
 /** @var string */
 /** @var string */
 const FRESHRSS_WEBSITE = 'https://freshrss.org';
 const FRESHRSS_WEBSITE = 'https://freshrss.org';
 /** @var string */
 /** @var string */