Skip to content

Commit f4877a0

Browse files
committed
Update ChangeLog and version to 12.4
1 parent b396f8e commit f4877a0

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2023-12-25 - v12.4
2+
3+
This is a maintenance release of pgBadger that fixes issues reported by
4+
users since last release.
5+
6+
- Fix pgbouncer report with version 1.21. Thanks to Ales Zeleny for the patch.
7+
- Prevent parallelism perl file to be higher than the number of files. Thanks
8+
to maliangzhu for the report.
9+
- Fix regression test broken since v12.3. Thanks to ieshin for the report.
10+
- Fix cases where LOG entries where counted as ERROR log level entries. Thanks
11+
to Matti Linnanvuori for the report.
12+
113
2023-11-27 - v12.3
214

315
This is a maintenance release of pgBadger that fixes issues reported by

META.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: pgBadger
2-
version: 12.3
2+
version: 12.4
33
version_from: pgbadger
44
installdirs: site
55
recommends:

pgbadger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ use Socket;
5252
use constant EBCDIC => "\t" ne "\011";
5353
use Encode qw(encode decode);
5454

55-
$VERSION = '12.3';
55+
$VERSION = '12.4';
5656

5757
$SIG{'CHLD'} = 'DEFAULT';
5858

0 commit comments

Comments
 (0)