Skip to content

Commit

Permalink
Upgrade version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle committed Feb 23, 2023
1 parent 694e9b6 commit c9a6fec
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
13 changes: 13 additions & 0 deletions TCHAP_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Changes in Tchap 2.7.1 (2023-02-23)
===================================

Bugfixes 🐛
----------
- Prevent selecting multiple languages ([#853](https://github.com/tchapgouv/tchap-android-v2/issues/853))
- Crash on logout ([#857](https://github.com/tchapgouv/tchap-android-v2/issues/857))

SDK API changes ⚠️
------------------
- [Mainlining] Remove deprecated endpoint /_matrix/client/unstable/users/info ([#811](https://github.com/tchapgouv/tchap-android-v2/issues/811))


Changes in Tchap 2.7.0 (2023-02-13)
===================================

Expand Down
1 change: 0 additions & 1 deletion changelog.d/811.sdk

This file was deleted.

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

This file was deleted.

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

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.7.0"
version = "2.7.1"
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 = 7
// 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 = 0
ext.versionPatch = 1

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

0 comments on commit c9a6fec

Please sign in to comment.