Skip to content

Commit

Permalink
doc: release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Feb 8, 2022
1 parent f6423c1 commit 2773c3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

**Implemented enhancements:**

- Define min swap space for machine templates [\#1697]
- Filter virtual machine by name [\#1696]
- Download extra ISO file for installation [\#1695]

**Refactors**

- enforce ordered adding of hardware [\#1697]

**Bugfixes**

- hibernate button was always disabled
- Outdated ISO downloads [\#1683]
- Fix: uefi cdrom [\#1701]
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 = '1.3.1';
our $VERSION = '1.3.3';

use Carp qw(carp croak cluck);
use Data::Dumper;
Expand Down

0 comments on commit 2773c3b

Please sign in to comment.