diff --git a/changelogs/CHANGELOG_en.md b/changelogs/CHANGELOG_en.md index b8e70f98..51b4571d 100644 --- a/changelogs/CHANGELOG_en.md +++ b/changelogs/CHANGELOG_en.md @@ -1,3 +1,14 @@ +# **v2.1.0** : + +- *Features*: + - Management of the Wine Festival + - Change of WEB page displaying ship information +- *Fix*: + - Miscellaneous bug fixes; +- *Interface*: + - New icon for ship crossings + - Improvements for better readability +*** # **v2.0.0** : - *Fix*: diff --git a/changelogs/CHANGELOG_es.md b/changelogs/CHANGELOG_es.md index ca951d96..bf860b98 100644 --- a/changelogs/CHANGELOG_es.md +++ b/changelogs/CHANGELOG_es.md @@ -1,3 +1,14 @@ +# **v2.1.0** : + +- *Funcionalidades*: + - Apoyo a la Fiesta del Vino + - Cambio de la página WEB que muestra la información de los buques +- *Fix*: + - Corrección de varios errores +- *Interfaz*: + - Nuevo icono para los pasos de buques + - Mejoras para una mejor legibilidad +*** # **v2.0.0** : - *Fix*: diff --git a/changelogs/CHANGELOG_fr.md b/changelogs/CHANGELOG_fr.md index 483c3794..c3f18cec 100644 --- a/changelogs/CHANGELOG_fr.md +++ b/changelogs/CHANGELOG_fr.md @@ -1,3 +1,14 @@ +# **v2.1.0** : + +- *Fonctionnalités*: + - Prise en charge de la Fête du Vin + - Changement de la page WEB affichant les informations des navires +- *Fix*: + - Correction de bugs divers +- *Interface*: + - Nouvelle icône pour les passages de navires + - Améliorations pour une meilleure lisibilité +*** # **v2.0.0** : - *Fix*: diff --git a/pubspec.yaml b/pubspec.yaml index 39d52bdc..a1c26573 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Mobile app to get the closing and opening schedules of the Chaban D publish_to: 'none' -version: 2.0.0 +version: 2.1.0 environment: sdk: '>=3.0.0 <4.0.0'