release 0.8.6

This commit is contained in:
Johannes Schauer Marin Rodrigues 2022-03-25 14:27:25 +01:00
parent 70b081d299
commit 57e0ecb20f
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
0.8.6 (2022-03-25)
------------------
- allow running root mode inside unshare mode
0.8.5 (2022-03-07)
------------------

View file

@ -23,7 +23,7 @@
use strict;
use warnings;
our $VERSION = '0.8.5';
our $VERSION = '0.8.6';
use English;
use Getopt::Long;