Skip to content

Commit

Permalink
doc: v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Sep 20, 2023
1 parent 5fe0f05 commit a2be7e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@

**Bugfixes**

- Properly refresh CPU [\#1969]
- Moved left requirements and user menu items [\#1974]
- Import volume referenced by name [\#1975]
- Allow volumes without extension [\#1978]
- Properly check free storage size [\#1980]

**Refactors**

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.0';
our $VERSION = '2.1.1';

use utf8;

Expand Down

0 comments on commit a2be7e0

Please sign in to comment.