Skip to content

Commit

Permalink
doc: release v2.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Feb 26, 2024
1 parent af71012 commit 6778a57
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
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 = '2.1.8';
our $VERSION = '2.1.9';

use utf8;

Expand Down

0 comments on commit 6778a57

Please sign in to comment.