This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-mime4j.git


The following commit(s) were added to refs/heads/master by this push:
     new 26c8c38f [RELEASE] Bump changelog, readme, to 0.8.9 (#83)
26c8c38f is described below

commit 26c8c38f14bdccf917dbbe56ade8cd137548694e
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Fri Jan 6 13:54:35 2023 +0700

    [RELEASE] Bump changelog, readme, to 0.8.9 (#83)
---
 CHANGELOG.md | 10 ++++++++++
 README.adoc  |  6 +++---
 2 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3a7c5fa7..f5887215 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,16 @@ The format is based on [Keep a 
Changelog](http://keepachangelog.com/en/1.0.0/)
 
 ## [UNRELEASED]
 
+## [0.8.9] - 2022-12-30
+
+Bug fixes:
+ 
+ - MIME4J-322 Rely on Files.createTempFile (#82)
+
+Enhancements:
+
+ - MIME4J-321 SingleBody should return its size (#80)
+
 ## [0.8.8] - 2022-10-28
 
 Upgrades:
diff --git a/README.adoc b/README.adoc
index fe98027a..81e310ba 100644
--- a/README.adoc
+++ b/README.adoc
@@ -5,7 +5,7 @@ 
image:https://img.shields.io/badge/Join%20us-Mailing%20lists-purple.svg[link="ht
 
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.8-yellow.svg[link="https://james.apache.org/download.cgi#Apache_Mime4J";]
+image:https://img.shields.io/badge/Downloads-0.8.9-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 @@ Add this maven dependency to import MIME4J core:
 <dependency>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-mime4j-core</artifactId>
-    <version>0.8.8</version>
+    <version>0.8.9</version>
 </dependency>
 ....
 
@@ -65,7 +65,7 @@ Add this maven dependency to import MIME4J dom:
 <dependency>
     <groupId>org.apache.james</groupId>
     <artifactId>apache-mime4j-dom</artifactId>
-    <version>0.8.8</version>
+    <version>0.8.9</version>
 </dependency>
 ....
 ====


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to