Skip to content

Commit 85f8f8f

Browse files
committed
Merge pull request #141
Release version 1.21
2 parents a682b9f + cd546dc commit 85f8f8f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.21 2019-02-27
2+
- Fix skipping test t/14destruct.t
3+
- Revert "MySQL bug #93276 is fixed in 8.0.15"
4+
(https://github.com/gooddata/DBD-MariaDB/issues/137)
5+
16
1.20 2019-02-22
27
- Fix compilation on Windows
38
- Fix tests for MariaDB 10.2.20+, 10.3.12+ and 10.4.1+

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.20';
13+
our $VERSION = '1.21';
1414

1515
bootstrap DBD::MariaDB $VERSION;
1616

0 commit comments

Comments
 (0)