Skip to content

Commit

Permalink
release 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Feb 3, 2022
1 parent f16bffe commit 220d178
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
**Refactors**

- enforce ordered adding of hardware [\#1697]
- add hardware on create machine [\#1698]

**Bugfixes**

- hibernate button was always disabled
- drop constraint when installing if different [\#1700]
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.2';

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

0 comments on commit 220d178

Please sign in to comment.