aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes3
-rw-r--r--lib/App/Acmeman.pm2
2 files changed, 4 insertions, 1 deletions
diff --git a/Changes b/Changes
index 2f7efbd..61ba3da 100644
--- a/Changes
+++ b/Changes
@@ -1,3 +1,6 @@
+3.00 2019-10-19
+ - Switch to ACMEv2
+
2.02 2019-09-11
- Fix the "apache" source
diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm
index d0cc2a4..b54f7a4 100644
--- a/lib/App/Acmeman.pm
+++ b/lib/App/Acmeman.pm
@@ -24,7 +24,7 @@ use Text::ParseWords;
use App::Acmeman::Log qw(:all :sysexits);
use feature 'state';
-our $VERSION = '2.02';
+our $VERSION = '3.00';
my $progdescr = "manages ACME certificates";

Return to:

Send suggestions and report system problems to the System administrator.