diff --git a/blog/answer-1.6.0-release/index.md b/blog/answer-1.6.0-release/index.md
new file mode 100644
index 000000000..c1192edda
--- /dev/null
+++ b/blog/answer-1.6.0-release/index.md
@@ -0,0 +1,58 @@
+---
+date: 2025-07-23
+title: "Apache Answer 1.6.0: Custom Suspensions, Smoother UI & Critical Fixes"
+authors: [Kumfo]
+category: Release
+featured: true
+image: 2025-07-23-cover@4x.png
+description: "Answer 1.6.0 Introduces a new feature allowing administrators to customize the pause duration & Key Bug Fixes"
+---
+
+# Release Notes: Exciting Updates & Improvements
+
+We're thrilled to announce our latest release, packed with new features, meaningful enhancements, and critical bug fixes! Here’s what’s new:
+
+---
+
+## ✨ New Features
+- **Customizable Suspension Durations**
+ Admins can now define custom suspension periods for users, offering greater flexibility in moderation.
+ *(Thanks @shuashuai, @LinkinStars | #1361)*
+
+---
+
+## ⚙️ Improvements
+- **Refined Search Results**
+ Reduced ambiguity in search outputs for clearer navigation.
+ *(Thanks @sy-records | #1351)*
+- **Streamlined Admin Interface**
+ Relocated "Settings → Users" section to the "Interface" tab for better organization.
+ *(Thanks @shuashuai, @LinkinStars | #1360)*
+- **Enhanced Content Styling**
+ Improved visual design of `
` tags within main content areas.
+ *(Thanks @shuashuai | #1364)*
+
+---
+
+## 🐞 Bug Fixes
+- **System Stability Fix**
+ Resolved an issue causing unexpected software halts during abnormal events.
+ *(Thanks @LinkinStars | #1356)*
+- **UI Consistency Update**
+ Fixed dark-themed dropdown menus in the navbar to align with UI standards.
+ *(Thanks @shuashuai | #1355)*
+
+---
+
+## ❤️ Thanks to Our Contributors
+
+A huge thank you to all the contributors who helped improve this release (sorted by GitHub ID):
+[@LinkinStars](https://github.com/LinkinStars), [@shuashuai](https://github.com/shuashuai), [@sy-records](https://github.com/sy-records)
+
+Your contributions make this project better with every update! 🚀
+
+---
+
+These updates reflect our commitment to a smoother, more intuitive experience. Thank you to our contributors and users for your ongoing support! 🚀
+
+*Stay tuned for more enhancements!*
diff --git a/blog/authors.yml b/blog/authors.yml
index e87e3195f..28f63ddb1 100644
--- a/blog/authors.yml
+++ b/blog/authors.yml
@@ -45,3 +45,9 @@ Luffy:
title: Developer
url: https://github.com/sy-records
image_url: https://avatars.githubusercontent.com/u/33931153?v=4
+
+Kumfo:
+ name: Kumfo
+ title: Developer
+ url: https://github.com/kumfo
+ image_url: https://avatars.githubusercontent.com/u/7692591?v=4
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml b/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
index e87e3195f..28f63ddb1 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
+++ b/i18n/zh-CN/docusaurus-plugin-content-blog/authors.yml
@@ -45,3 +45,9 @@ Luffy:
title: Developer
url: https://github.com/sy-records
image_url: https://avatars.githubusercontent.com/u/33931153?v=4
+
+Kumfo:
+ name: Kumfo
+ title: Developer
+ url: https://github.com/kumfo
+ image_url: https://avatars.githubusercontent.com/u/7692591?v=4
\ No newline at end of file
diff --git a/static/data/latest.json b/static/data/latest.json
index ca38c6fde..0b2855de9 100644
--- a/static/data/latest.json
+++ b/static/data/latest.json
@@ -1,7 +1,7 @@
{
"release": {
- "date": "2025-06-03",
- "version": "1.5.1",
- "url": "https://github.com/apache/answer/releases/tag/v1.5.1"
+ "date": "2025-07-22",
+ "version": "1.6.0",
+ "url": "https://github.com/apache/answer/releases/tag/v1.6.0"
}
}
diff --git a/static/img/blog/2025-07-23-cover@2x.png b/static/img/blog/2025-07-23-cover@2x.png
new file mode 100644
index 000000000..0f50d95dc
Binary files /dev/null and b/static/img/blog/2025-07-23-cover@2x.png differ
diff --git a/static/img/blog/2025-07-23-cover@4x.png b/static/img/blog/2025-07-23-cover@4x.png
new file mode 100644
index 000000000..edf6b112e
Binary files /dev/null and b/static/img/blog/2025-07-23-cover@4x.png differ