diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b4e3d..4a7d2e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -302,3 +302,14 @@ * Fix crash regression when enabling extensions defined by old FreshRSS installations #5979 * Fix crash regression during export when using MySQL #5988 * More robust assignment of categories to feeds #5986 + +[1.21.0] +* Update FreshRSS to 1.24.0 +* [Full Changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.24.0) +* New shareable user query mechanism to share lists of articles by HTML, RSS, OPML +* New CLI for database backup & restore +* New JSON scraping mode to consume JSON data and JSON Feeds +* New support for HTTP POST +* New option to automatically add labels to incoming articles +* New button to download a feed configuration as OPML + diff --git a/CloudronManifest.json b/CloudronManifest.json index d6fdb3a..9ef8fb8 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,8 +5,8 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "RSS feed reader", - "version": "1.20.1", - "upstreamVersion": "1.23.1", + "version": "1.21.0", + "upstreamVersion": "1.24.0", "healthCheckPath": "/", "httpPort": 8000, "addons": {