Skip to content

Commit

Permalink
Merge tag 'tchap_v2.9.7' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
yostyle committed Dec 18, 2023
2 parents fbb8205 + 168bb88 commit 1e5ff3a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
14 changes: 14 additions & 0 deletions TCHAP_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Changes in Tchap 2.9.7 (2023-12-18)
===================================

Improvements 🙌
--------------
- Mise à jour des endpoints pour la version de dev ([#991](https://github.com/tchapgouv/tchap-android/issues/991))
- Rebase against Element-Android v1.6.8 ([#998](https://github.com/tchapgouv/tchap-android/issues/998))

Bugfixes 🐛
----------
- Correction du crash du nommage du salon lors de sa création. ([#885](https://github.com/tchapgouv/tchap-android/issues/885))
- L'ouverture d'une pièce jointe (fichier. apk) entraîne la fermeture de l'application. ([#995](https://github.com/tchapgouv/tchap-android/issues/995))


Changes in Tchap 2.9.6 (2023-10-30)
===================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/885.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/991.improvements

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/995.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/998.improvements

This file was deleted.

2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.towncrier]
version = "2.9.6"
version = "2.9.7"
directory = "changelog.d"
filename = "TCHAP_CHANGES.md"
name = "Changes in Tchap"
Expand Down
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ext.versionMinor = 9
// Note: even values are reserved for regular release, odd values for hotfix release.
// When creating a hotfix, you should decrease the value, since the current value
// is the value for the next regular release.
ext.versionPatch = 6
ext.versionPatch = 7

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down

0 comments on commit 1e5ff3a

Please sign in to comment.