diff --git a/doc/ChangeLog b/doc/ChangeLog index e6da31e..b53a702 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,6 @@ +NewsStats 0.4.0 (unreleased) + + NewsStats 0.3.0 (2025-05-18) * Extract GroupStats (in gatherstats) to subroutine. * Add ParseHeader() to library. diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index d16965b..51e939b 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -49,7 +49,7 @@ require Exporter; Output => [qw(OutputData FormatOutput)], SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList SQLSetBounds SQLBuildClause GetMaxLength)]); -$VERSION = '0.3.0'; +$VERSION = '0.4.0'; use Data::Dumper; use File::Basename;