From cda9d25048a49b3f35b3c1da1c1ee7beba811425 Mon Sep 17 00:00:00 2001 From: Skylsmoi <11177014+Skylsmoi@users.noreply.github.com> Date: Fri, 26 May 2023 10:14:37 +0200 Subject: [PATCH] doc(release): create v4.5.1 --- CHANGELOG.md | 23 +++++++++++++++++++++++ backend/setup.cfg | 2 +- frontend/src/version.json | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5d212b463..31cb45b3a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## 4.5.1 / 2023-05-25 + +💥 This release contains breaking changes related to LDAP integration. Please read it carefully. + +### 💼 Functional Changes + +#### 🧑 Username + +The character dot "." is now allowed in the username + +### 🐛 Fixes + +#### 📝 Text Editor + +- The syntax coloration feature now properly list all available languages in app note and in public profile + +### 💥 Breaking/Important changes + +We had to do some breaking changes in this release. You will find a documentation about how to +upgrade your Tracim instance in the [upgrade documentation](https://github.com/tracim/tracim/issues/6182). + +The breaking changes only concern LDAP configuration. + ## 4.5.0 / 2023-04-28 💥 This release contains breaking changes, please read it carefully. diff --git a/backend/setup.cfg b/backend/setup.cfg index 8bd0df8a3d..03f0012216 100644 --- a/backend/setup.cfg +++ b/backend/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = tracim_backend -version = v4.5.0 +version = v4.5.1 author = Algoo author-email = contact@tracim.fr url = https://www.tracim.fr diff --git a/frontend/src/version.json b/frontend/src/version.json index de52fb9bd0..331a18b3ea 100644 --- a/frontend/src/version.json +++ b/frontend/src/version.json @@ -1,3 +1,3 @@ { - "tracim_app_version": "v4.5.0" + "tracim_app_version": "v4.5.1" }