Skip to content

Commit

Permalink
release: 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiejol committed Jun 16, 2021
1 parent 442a757 commit 4b41433
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,16 @@

**Implemented enhancements:**

- Translations update for Turkish [\#1552]
- Feat: config minimum port expose [\#1531]
- More options on copy machine [\#1549]
- Expose ports configuration [\#1531]
- LDAP advanced filters [\#1561] & [\#1083]
- Reviewed languages : en,ca,gl,fr [\#1555]
- Turkish Translations update from Weblate [\#1552]

**Bugfixes**

- Correct calculation of is_volatile value [\#1560]

**Refactor**

- Suppor mojo9 [\#1563]
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.0.0';
our $VERSION = '1.0.2';

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

0 comments on commit 4b41433

Please sign in to comment.