From 9ee0db5373c590f5a834f02976f9603c0b3edd55 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Tue, 29 Nov 2022 12:58:46 +0100 Subject: [PATCH] doc: release 1.8.2 --- CHANGELOG.md | 11 ++++++----- lib/Ravada.pm | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 899a5329e..fa0aa2ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,14 @@ **Implemented enhancements:** -- Grant open ports [\#1868] -- Show date of status change [\#1856] -- Manage USB controllers [\#1851] -- Updates on Catalan, Spanish, Russian and Vietnamese +- Configure disk cache [\#1890] +- Apply changes to all the clones [\#1888] **Refactors** +- Update ISO URLs in background [\#1889] +- Hardware frontend for fs and network [\#1886] + **Bugfixes** -- Clone name with name.surname [\#1843] +- Fix fallback map [\#1892] diff --git a/lib/Ravada.pm b/lib/Ravada.pm index d9643acb5..61562a4f8 100644 --- a/lib/Ravada.pm +++ b/lib/Ravada.pm @@ -3,7 +3,7 @@ package Ravada; use warnings; use strict; -our $VERSION = '1.8.0'; +our $VERSION = '1.8.2'; use utf8;