aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2026-05-20 19:47:37 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2026-05-20 19:47:37 +0200
commitb2c50115baa36c217e939ee3ea8ecfae52f91abd (patch)
treee4b97283f8e0419aefd20156a678fa43a1d71edb
parent4c0b733bff1bb85e2c91568fd8bdad322bd0b5c3 (diff)
Release 1.29.11.29.1
-rw-r--r--CHANGELOG.md2
-rw-r--r--constants.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cd151f7d9..b2ecde3a4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,7 +2,7 @@
See also [the FreshRSS releases](https://github.com/FreshRSS/FreshRSS/releases).
-## 2026-05-2X FreshRSS 1.29.1-dev
+## 2026-05-20 FreshRSS 1.29.1
* Features
* Accept `.txt` import of feed URLs in additional to e.g. OPML [#8818](https://github.com/FreshRSS/FreshRSS/pull/8818), [#8837](https://github.com/FreshRSS/FreshRSS/pull/8837)
diff --git a/constants.php b/constants.php
index c86377e1b..cae21785c 100644
--- a/constants.php
+++ b/constants.php
@@ -6,7 +6,7 @@ declare(strict_types=1);
/** @var string */
const FRESHRSS_MIN_PHP_VERSION = '8.1.0';
/** @var string */
-const FRESHRSS_VERSION = '1.29.1-dev';
+const FRESHRSS_VERSION = '1.29.1';
/** @var string */
const FRESHRSS_WEBSITE = 'https://freshrss.org';
/** @var string */