Skip to content

Commit

Permalink
Merge tag 'tchap_v2.12.0' into develop
Browse files Browse the repository at this point in the history
no message
  • Loading branch information
yostyle committed Jul 22, 2024
2 parents b084ce4 + fe41cb0 commit 217e6e2
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 6 deletions.
12 changes: 12 additions & 0 deletions TCHAP_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
Changes in Tchap 2.12.0 (2024-07-22)
====================================

Features ✨
----------
- Forcer la génération du code de récupération et la sauvegarde automatique. ([#988](https://github.com/tchapgouv/tchap-android/issues/988))

Improvements 🙌
--------------
- Rebase against Element-Android v1.6.18 ([#1074](https://github.com/tchapgouv/tchap-android/issues/1074))
- Mise à jour du style quand un utilisateur est mentionné. ([#1075](https://github.com/tchapgouv/tchap-android/issues/1075))

Changes in Tchap 2.11.11 (2024-06-24)
=====================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/ 1074.improvements

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelog.d/988.feature

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.11.11"
version = "2.12.0"
directory = "changelog.d"
filename = "TCHAP_CHANGES.md"
name = "Changes in Tchap"
Expand Down
4 changes: 2 additions & 2 deletions vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ knit {

// Note: 2 digits max for each value
ext.versionMajor = 2
ext.versionMinor = 11
ext.versionMinor = 12
// 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 = 11
ext.versionPatch = 0

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

0 comments on commit 217e6e2

Please sign in to comment.