We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abd1a9 commit c4f19dcCopy full SHA for c4f19dc
Changes
@@ -1,3 +1,8 @@
1
+2024-06-01 Daniël van Eeden, DBI/DBD community (5.006)
2
+* Fix pod and ensure Test::Pod is installed
3
+* CI: Test with MySQL 8.4
4
+* Update test for `have_ssl` removal
5
+
6
2024-05-01 Daniël van Eeden, DBI/DBD community (5.005)
7
* docs: Update package names and MariaDB related things
8
* Rewrite yum name to dnf
lib/DBD/mysql.pm
@@ -13,7 +13,7 @@ our @ISA = qw(DynaLoader);
13
# SQL_DRIVER_VER is formatted as dd.dd.dddd
14
# for version 5.x please switch to 5.00(_00) version numbering
15
# keep $VERSION in Bundle/DBD/mysql.pm in sync
16
-our $VERSION = '5.005';
+our $VERSION = '5.006';
17
18
bootstrap DBD::mysql $VERSION;
19
0 commit comments