diff --git a/Changes b/Changes index bce8b3d..d955747 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +feedgnuplot (1.59) + + * --timefmt --histogram work together + + -- Dima Kogan Thu, 22 Jul 2021 17:52:08 -0700 + feedgnuplot (1.58) * Added --using, --usingall diff --git a/bin/feedgnuplot b/bin/feedgnuplot index 4ce484d..bf03bb8 100755 --- a/bin/feedgnuplot +++ b/bin/feedgnuplot @@ -16,7 +16,7 @@ use Pod::Usage; use Time::Piece; # Makefile.PL assumes this is in '' -my $VERSION = '1.58'; +my $VERSION = '1.59'; my %options; interpretCommandline();