diff --git a/ChangeLog b/ChangeLog index 20fd80a..a49b981 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -yapfaq 1.0.1 (unreleased) +yapfaq 1.0.1 (2025-01-24) * Add %t placeholder for Message-ID (feature parity with 0.9). * Remove debugging code. diff --git a/bin/yapfaq.pl b/bin/yapfaq.pl index f88f014..08ebddc 100755 --- a/bin/yapfaq.pl +++ b/bin/yapfaq.pl @@ -19,7 +19,7 @@ # It can be redistributed and/or modified under the same terms under # which Perl itself is published. -my $VERSION = "1.0.1-unreleased"; +my $VERSION = "1.0.1"; (my $NAME = $0) =~ s#^.*/##; use utf8;