diff --git a/CHANGELOG b/CHANGELOG index c0c60cff..75375072 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,14 @@ All notable changes to this project will be documented in this file. +### 1.4.3 - 10 mar '22 + - fix [#140](https://framagit.org/les/gancio/-/issues/140) - Invalid date + - fix [#141](https://framagit.org/les/gancio/-/issues/141) - Cannot change logo + - fix same day events + - add missing icons in admin + - prepare multisite settings + - improve initialization + - start unit testing API (it's never too late) + ### 1.4.1 - 4 mar '22 - add gl/galego locale, thanks @xosem - fix import redirect loop diff --git a/docs/changelog.md b/docs/changelog.md index 47a7b8f8..8e8f429e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7,6 +7,17 @@ nav_order: 10 All notable changes to this project will be documented in this file. + +### 1.4.3 - 10 mar '22 + - fix [#140](https://framagit.org/les/gancio/-/issues/140) - Invalid date + - fix [#141](https://framagit.org/les/gancio/-/issues/141) - Cannot change logo + - fix same day events + - add missing icons in admin + - prepare multisite settings + - improve initialization + - start unit testing API (it's never too late) + - make it clear that the admin password must be saved at the end of setup + ### 1.4.1 - 4 mar '22 - add gl/galego locale, thanks @xosem - fix import redirect loop diff --git a/package.json b/package.json index 573e0b12..be1c1e6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.4.2", + "version": "1.4.4", "description": "A shared agenda for local communities", "author": "lesion", "scripts": {