diff --git a/CHANGELOG.md b/CHANGELOG.md index 890f381..f14ec43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [4.1.0] - 2024-06-19 +## [5.0.0] - 2024-06-19 +### Changed +- Switch from mariadb driver to default mysql driver. (Override settings to keep using mariadb driver). ### Added - Added `MYSQL_CONNECTION_DRIVER_NAME` to support use different connection driver, defaults: `com.mysql.jdbc.Driver`. - Added `MYSQL_TYPE` to support use different type of MySQL, defaults: `mysql`.