diff --git a/CHANGELOG.md b/CHANGELOG.md index 88908d6f6..ee4403300 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,23 +2,17 @@ **Implemented enhancements:** -- GPU Host Device Support [\#1706] -- International characters in machine name [\#1804], [\#1824] -- Grant Open Ports [\#1858] -- Grant permission to create volumes [\#1871] -- Name conflict when creating a clone [\#1879] -- Language updates: Catalan, Chinese, Euskara, French, Hindi, Italian, Spanish, Turkish, Vietnamese -- New languages : Norwegian, Melayu -- Active machines chart [\#1878] -- Queue volatiles clones [\#1853] - +- Auto Compact [\#1907] +- Improved Indonesian translation [\#1918] +- Kubuntu 22.04 **Bugfixes** -- Rename base [\#1896] -- Clones disk volume changed [\#1901] +- Correctly change topology when no previous model [\#1909] +- Link for Windows virt viewer download wrong [\#1911] **Refactors** -- update ISO URLs in background [\#1889] -- New hardware form [\#1886] +- Removed warning for secure ldap config +- Access denied message [\#1917] +- Duplicated requests [\#1913] diff --git a/lib/Ravada.pm b/lib/Ravada.pm index 558d5d461..a96d97ba6 100644 --- a/lib/Ravada.pm +++ b/lib/Ravada.pm @@ -3,7 +3,7 @@ package Ravada; use warnings; use strict; -our $VERSION = '2.0.0'; +our $VERSION = '2.0.3'; use utf8;