diff --git a/CHANGELOG.md b/CHANGELOG.md index 631fec216..e02e2375b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/lib/Ravada.pm b/lib/Ravada.pm index ef0e25796..6babd17c6 100644 --- a/lib/Ravada.pm +++ b/lib/Ravada.pm @@ -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;