Skip to content

Commit f1f4824

Browse files
committed
Release version 1.11
1 parent aa61905 commit f1f4824

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changes

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
1.10 2018-12-05
26
- Fix spelling error (https://github.com/gooddata/DBD-MariaDB/issues/82)
37
- Fix MinGW build (https://github.com/gooddata/DBD-MariaDB/issues/91)

lib/DBD/MariaDB.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ use DBI;
1010
use DynaLoader();
1111
our @ISA = qw(DynaLoader);
1212

13-
our $VERSION = '1.10';
13+
our $VERSION = '1.11';
1414

1515
bootstrap DBD::MariaDB $VERSION;
1616

0 commit comments

Comments
 (0)