From bc855ed53c80e84f8e834f5aa2c9b0ab69a7c3e6 Mon Sep 17 00:00:00 2001 From: takezoe Date: Wed, 2 Nov 2022 13:19:53 +0900 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 +++ README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf62ae2d..30c84c636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Changelog All changes to the project will be documented in this file. +## 4.38.4 - 2 Nov 2022 +- Downgrade MariaDB JDBC drive to avoid unknown error + ## 4.38.3 - 30 Oct 2022 - Fix several issues around multiple assignees in issues and pull requests - Fix IllegalStateException when returning unknown avatar image diff --git a/README.md b/README.md index f40afd19e..1eb124b29 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Support What's New in 4.38.x ------------- ## 4.38.4 - 2 Nov 2022 -- Fix MariaDB issue +- Downgrade MariaDB JDBC drive to avoid unknown error ## 4.38.3 - 30 Oct 2022 - Fix several issues around multiple assignees in issues and pull requests