diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9ca9e4c..6011d2c4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,25 +3,8 @@ **Implemented enhancements:** -- Show information about downloading ISO [\#185] -- Create new machine from ISO [\#138] -- Add graphics options in VM settings [\#260] -- Add a description associated with the machine [\#275] -- Improve show clones in admin [\#279] -- Running development release [\#281] -- Add Windows' definitions for new machines [\#289] -- Give feedback on rename machine [\#291] -- Copy spice password to clipboard [\#300] -- API for opening a Virtual Machine [\#306] -- Disable running Base [\#327] +- Review volatile desktops and Kiosk mode [\#320] +- Manage user permissions [\#222] **Fixed bugs:** -- KVM domains start when creating base [\#271] -- Swap volume should not be mandatory [\#278] -- Allow dot, underscore and dash in the username [\#311] -- Check for duplicate machine name on copy [\#313] -- Wait for prepare base before create vm [\#314] -- rvd services start before mysql [\#321] -- Download Debian stretch iso fails [\#326] -- Xubuntu ISO files conflict [\#335] diff --git a/lib/Ravada.pm b/lib/Ravada.pm index a08b0f23f..494e3c616 100644 --- a/lib/Ravada.pm +++ b/lib/Ravada.pm @@ -3,7 +3,7 @@ package Ravada; use warnings; use strict; -our $VERSION = '0.2.10'; +our $VERSION = '0.3.0'; use Carp qw(carp croak); use Data::Dumper;