From 6778a573ae6e9307ebe94677bbd5c8f2d9c89cc9 Mon Sep 17 00:00:00 2001 From: Francesc Guasch Date: Mon, 26 Feb 2024 16:20:00 +0100 Subject: [PATCH] doc: release v2.1.9 --- CHANGELOG.md | 7 +++++-- lib/Ravada.pm | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6268cd7cd..d0b1072e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,10 @@ **Bugfixes** -- Do not remove owner of volatile machines -- Volatile machines in nodes improved +- Do not remove owner of volatile machines [\#2017] +- Volatile machines in nodes improved [\#2017] +- Scheduled compact prevents prepare base [\#2026] **Refactors** + +- Properly label volatile machines in frontend [\#2027] diff --git a/lib/Ravada.pm b/lib/Ravada.pm index d965bf28c..df10db279 100644 --- a/lib/Ravada.pm +++ b/lib/Ravada.pm @@ -3,7 +3,7 @@ package Ravada; use warnings; use strict; -our $VERSION = '2.1.8'; +our $VERSION = '2.1.9'; use utf8;