We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa61905 commit f1f4824Copy full SHA for f1f4824
Changes
@@ -1,3 +1,7 @@
1
+1.11 2019-01-02
2
+ - Fix breakage of Net::SSLeay / OpenSSL library after DBI disconnect
3
+ (https://github.com/gooddata/DBD-MariaDB/issues/119)
4
+
5
1.10 2018-12-05
6
- Fix spelling error (https://github.com/gooddata/DBD-MariaDB/issues/82)
7
- Fix MinGW build (https://github.com/gooddata/DBD-MariaDB/issues/91)
lib/DBD/MariaDB.pm
@@ -10,7 +10,7 @@ use DBI;
10
use DynaLoader();
11
our @ISA = qw(DynaLoader);
12
13
-our $VERSION = '1.10';
+our $VERSION = '1.11';
14
15
bootstrap DBD::MariaDB $VERSION;
16
0 commit comments