diff --git a/CHANGELOG.md b/CHANGELOG.md index fa5f03c62..f8b49578d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ **Implemented enhancements:** -- New background and favicon [\#1523] +- Schedule start clones at a given date time [\#1533] +- Sequentially start clones [\#1527] +- Show virtual machine ethernet on machine options [\#1534] +- Updates for Portuguese translation [\#1544] +- Reviewed Chinese translation [\#1518] **Bugfixes** -- bootstrap-select incompatibility [\#1515] -- Duplicated iptables entries when port exposing [\#1505] -- Error changing CPUs: maximum vcpus count must be an integer [\#1499] -- Create base fail when volumes are in linked directory bug [\#1524] +- do not re-expose in nested bases [\#1541] diff --git a/lib/Ravada.pm b/lib/Ravada.pm index e1bb80011..5552e29f5 100644 --- a/lib/Ravada.pm +++ b/lib/Ravada.pm @@ -3,7 +3,7 @@ package Ravada; use warnings; use strict; -our $VERSION = '1.0.0'; +our $VERSION = '1.0.1'; use Carp qw(carp croak cluck); use Data::Dumper;