diff --git a/CHANGELOG b/CHANGELOG index b96d6779..68b45f36 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,11 @@ All notable changes to this project will be documented in this file. +### 1.6.4 - 22 feb '23 + - add missing i18n during setup + - really fix #232 + - downgrade mariadb as sequelize is not ready yet + - location saving not working when geocoding is disabled, fix #238 + ### 1.6.3 - 17 feb '23 - visitors could now choose to view images or not / dark theme or not - i18n refactoring, locale loaders, custom strings, fix #231 diff --git a/docs/changelog.md b/docs/changelog.md index e8b581d9..879be9ec 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,13 @@ nav_order: 10 All notable changes to this project will be documented in this file. + +### 1.6.4 - 22 feb '23 + - add missing i18n during setup + - really fix #232 + - downgrade mariadb as sequelize is not ready yet + - location saving not working when geocoding is disabled, fix #238 + ### 1.6.3 - 17 feb '23 - visitors could now choose to view images or not / dark theme or not - i18n refactoring, locale loaders, custom strings, fix #231