Skip to content

Commit

Permalink
doc: changelog for 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed May 14, 2021
1 parent bad2be8 commit 636ba94
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
2 changes: 1 addition & 1 deletion lib/Ravada.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 636ba94

Please sign in to comment.