diff --git a/doc/ChangeLog b/doc/ChangeLog index 569a3e6..b21f9a5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,6 @@ +NewsStats 0.3.0 (unreleased) + + NewsStats 0.2.0 (2025-05-10) * Redo directory structure: - Move all scripts to /bin diff --git a/lib/NewsStats.pm b/lib/NewsStats.pm index 11f25f8..01e1994 100644 --- a/lib/NewsStats.pm +++ b/lib/NewsStats.pm @@ -48,7 +48,7 @@ require Exporter; Output => [qw(OutputData FormatOutput)], SQLHelper => [qw(SQLHierarchies SQLSortOrder SQLGroupList SQLSetBounds SQLBuildClause GetMaxLength)]); -$VERSION = '0.2.0'; +$VERSION = '0.3.0'; use Data::Dumper; use File::Basename;