diff --git a/TCHAP_CHANGES.md b/TCHAP_CHANGES.md index e6741a9641..37038e3b05 100644 --- a/TCHAP_CHANGES.md +++ b/TCHAP_CHANGES.md @@ -1,3 +1,15 @@ +Changes in Tchap 2.13.1 (2024-07-31) +==================================== + +Improvements 🙌 +-------------- + - Rebase against Element-Android v1.6.20 ([#1081](https://github.com/tchapgouv/tchap-android/issues/1081)) + +Bugfixes 🐛 +---------- + - Correction du crash lorsque l'image de l'avatar d'un membre est trop grande. ([#1082](https://github.com/tchapgouv/tchap-android/issues/1082)) + - Correction du crash au lancement de l'application sur Android 5 et 6. ([#1088](https://github.com/tchapgouv/tchap-android/issues/1088)) + Changes in Tchap 2.13.0 (2024-07-25) ==================================== diff --git a/changelog.d/1081.improvements b/changelog.d/1081.improvements deleted file mode 100644 index 730d7232b6..0000000000 --- a/changelog.d/1081.improvements +++ /dev/null @@ -1 +0,0 @@ -Rebase against Element-Android v1.6.20 \ No newline at end of file diff --git a/changelog.d/1082.bugfix b/changelog.d/1082.bugfix deleted file mode 100644 index bd979c8c86..0000000000 --- a/changelog.d/1082.bugfix +++ /dev/null @@ -1 +0,0 @@ -Correction du crash lorsque l'image de l'avatar d'un membre est trop grande. \ No newline at end of file diff --git a/changelog.d/1088.bugfix b/changelog.d/1088.bugfix deleted file mode 100644 index c9f6423cad..0000000000 --- a/changelog.d/1088.bugfix +++ /dev/null @@ -1 +0,0 @@ -Correction du crash au lancement de l'application sur Android 5 et 6. \ No newline at end of file diff --git a/towncrier.toml b/towncrier.toml index 77802943a1..dda34dc633 100644 --- a/towncrier.toml +++ b/towncrier.toml @@ -1,5 +1,5 @@ [tool.towncrier] - version = "2.13.0" + version = "2.13.1" directory = "changelog.d" filename = "TCHAP_CHANGES.md" name = "Changes in Tchap"