Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patduin authored Jun 19, 2024
1 parent 7e0ff73 commit 127fd74
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit 127fd74

Please sign in to comment.