diff --git a/CHANGELOG b/CHANGELOG index bd20ad28..14c9ab5c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,21 @@ All notable changes to this project will be documented in this file. +### 1.2.0 - 9 nov '21 + - do not overwrite event slug when title is modified to preserve links + - add public cache to events images + - fix baseurl in initial setup configuration + - fix user removal + - load settings during startup and not for each request + - refactoring user custom locale + - published AP event's type is not `Note` anymore but `Event` + - + +### 1.1.1 - 29 ott '21 + - fix issue adding event with dueHour resulting in `bad request` + - fix restart during setup + - do not use @nuxt/vuetify module, manually preload vuetify via plugin + - remove deprecated nuxt-express-module and use serverMiddleware directly + ### 1.1.0 - 26 ott '21 - a whole new setup via web! fix #126 diff --git a/docs/changelog.md b/docs/changelog.md index ecafcb67..c82a101a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,22 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### 1.2.0 - 9 nov '21 + - do not overwrite event slug when title is modified to preserve links + - add public cache to events images + - fix baseurl in initial setup configuration + - fix user removal + - load settings during startup and not for each request + - refactoring user custom locale + - published AP event's type is not `Note` anymore but `Event` + - + +### 1.1.1 - 29 ott '21 + - fix issue adding event with dueHour resulting in `bad request` + - fix restart during setup + - do not use @nuxt/vuetify module, manually preload vuetify via plugin + - remove deprecated nuxt-express-module and use serverMiddleware directly + ### 1.1.0 - 26 ott '21 - a whole new setup via web! fix #126 diff --git a/package.json b/package.json index 77d2b9dc..de8654f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.1.1", + "version": "1.2.0", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {