diff --git a/Changes b/Changes index 05972e29..79ca7ceb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +2024-07-30 Daniël van Eeden, DBI/DBD community (5.008) +* CI: Use Oracle MySQL containers +* 51bind_type_guessing.t: Update for 9.0.0 errorcodes +* MySQL 9.0.0 client libarary support + 2024-07-01 Daniël van Eeden, DBI/DBD community (5.007) * Fix calls to mysql_server_end()/mysql_library_end() * Dockerfile: Update mysql-apt-config diff --git a/lib/DBD/mysql.pm b/lib/DBD/mysql.pm index d55ddb2e..b23f828d 100644 --- a/lib/DBD/mysql.pm +++ b/lib/DBD/mysql.pm @@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader); # SQL_DRIVER_VER is formatted as dd.dd.dddd # for version 5.x please switch to 5.00(_00) version numbering # keep $VERSION in Bundle/DBD/mysql.pm in sync -our $VERSION = '5.007'; +our $VERSION = '5.008'; bootstrap DBD::mysql $VERSION;