diff --git a/CHANGELOG b/CHANGELOG
index 33bc9be..16214af 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -143,3 +143,14 @@
[1.7.3]
* Update FreshRSS to 1.15.3
+[1.8.0]
+* Update FreshRSS to 1.16.0
+* [Full changelog](https://github.com/FreshRSS/FreshRSS/releases/tag/1.16.0)
+* Allow multiple users to have administration rights #2096
+* Preview the CSS rule to retrieve full article content #2778
+* Improve CSS selector ordering in the full-text retrieval (lib_phpQuery) #2874
+* New search option !date: allowing to exclude any date interval #2869
+* New option to show all articles in the favourites view #2434
+* Allow feed to be actualized just after being truncated #2862
+* Fallback to showing a GUID when an article title is empty #2813
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index eefa871..8472177 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "RSS feed reader",
- "version": "1.7.3",
+ "version": "1.8.0",
"healthCheckPath": "/",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 3930e0c..2aaec07 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages FreshRSS 1.15.3.
+This app packages FreshRSS 1.16.0.
FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.