aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Changes4
-rw-r--r--lib/App/Acmeman.pm2
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index fa5fc7d..50315ae 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,10 @@
+3.05 2020-06-14
+
+ - Fix manifest
+
3.04 2020-06-14
- Rewrite Apache configuration layout support.
- Improve Apache setup procedure.
- Make sure the generated cert.pem file is terminated with a
newline.
diff --git a/lib/App/Acmeman.pm b/lib/App/Acmeman.pm
index 68d1fe6..84e1dda 100644
--- a/lib/App/Acmeman.pm
+++ b/lib/App/Acmeman.pm
@@ -21,13 +21,13 @@ use App::Acmeman::Config;
use App::Acmeman::Domain qw(:files);
use Data::Dumper;
use Text::ParseWords;
use App::Acmeman::Log qw(:all :sysexits);
use feature 'state';
-our $VERSION = '3.04';
+our $VERSION = '3.05';
my $progdescr = "manages ACME certificates";
my $letsencrypt_root_cert_url =
'https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem';

Return to:

Send suggestions and report system problems to the System administrator.