From fcae48f313d399050cb15f37a8a73ae52fc67796 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 31 Oct 2019 17:02:34 +0100 Subject: [PATCH] Release version 1.15 --- CHANGELOG.md | 2 +- constants.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ec5581fd..1070566dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # FreshRSS changelog -## 2019-1X-XX FreshRSS 1.14.4-dev +## 2019-10-31 FreshRSS 1.15.0 * CLI * Command line to export/import any database to/from SQLite [#2496](https://github.com/FreshRSS/FreshRSS/pull/2496) diff --git a/constants.php b/constants.php index 2ccf91358..1228e5c29 100644 --- a/constants.php +++ b/constants.php @@ -2,7 +2,7 @@ //NB: Do not edit; use ./constants.local.php instead. // -define('FRESHRSS_VERSION', '1.14.4-dev'); +define('FRESHRSS_VERSION', '1.15.0'); define('FRESHRSS_WEBSITE', 'https://freshrss.org'); define('FRESHRSS_WIKI', 'https://freshrss.github.io/FreshRSS/');