Merge pull request #98 from chibenwa/changelog-05-03-2024

Changelog + README 0.8.11
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8fc56e4..6fb7ba0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,9 @@
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
 
-## [0.8.10] - 2024-01-09
+## [0.8.11] - 2024-03-05
+
+ - MIME4J-326 SILENT monitor for header decoding
 
 ## [0.8.10] - 2024-02-22
 
diff --git a/README.adoc b/README.adoc
index 71f191c..52361b8 100644
--- a/README.adoc
+++ b/README.adoc
@@ -5,7 +5,7 @@
 link:https://gitter.im/apache/james-project[image:https://badges.gitter.im/apache/james-project.svg[Join the chat at link:https://gitter.im/apache/james-project]]
 image:https://img.shields.io/badge/CI-Jenkins-blue.svg[link="https://ci-builds.apache.org/job/james/job/ApacheJames-Mime4J/"]
 image:https://img.shields.io/badge/Documentation-green.svg[link="https://james.apache.org/mime4j/index.html"]
-image:https://img.shields.io/badge/Downloads-0.8.10-yellow.svg[link="https://james.apache.org/download.cgi#Apache_Mime4J"]
+image:https://img.shields.io/badge/Downloads-0.8.11-yellow.svg[link="https://james.apache.org/download.cgi#Apache_Mime4J"]
 image:https://img.shields.io/badge/Tickets-JIRA-blue.svg[link="https://issues.apache.org/jira/projects/MIME4J/issues"]
 image:https://img.shields.io/badge/License-ApacheV2-orange.svg[link="https://www.apache.org/licenses/"]
 image:https://img.shields.io/badge/Latests-news-red.svg[link="https://james.apache.org/index.html#posts"]
@@ -55,7 +55,7 @@
 <dependency>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-mime4j-core</artifactId>
-    <version>0.8.10</version>
+    <version>0.8.11</version>
 </dependency>
 ....
 
@@ -65,7 +65,7 @@
 <dependency>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-mime4j-dom</artifactId>
-    <version>0.8.10</version>
+    <version>0.8.11</version>
 </dependency>
 ....
 ====