Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
Prepare release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Oct 7, 2019
1 parent 42e0f81 commit 5a4ade4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Changes in Riot 0.9.7 (2019-XX-XX)
Changes in Riot 0.9.7 (2019-10-07)
===================================================

MatrixSdk:
- Upgrade MatrixSdk to version 0.X.Y.
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.X.Y
- Upgrade MatrixSdk to version 0.9.29.
- Changelog: https://github.com/matrix-org/matrix-android-sdk/releases/tag/v0.9.29

Features:
- Privacy: Use the hashed v2 lookup API for 3PIDs (#3257)
Expand All @@ -28,12 +28,6 @@ Bugfix:
- Fix reset password broken UI (#3125)
- Execute 1 request instead of 2 for 3Pid lookup (#3344)

Translations:
-

Build:
-

Changes in Riot 0.9.6 (2019-09-13)
===================================================

Expand Down
2 changes: 1 addition & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ dependencies {
/************* Matrix SDK management **************/
// update settings.gradle
// use the matrix SDK as external dependency
implementation 'com.github.matrix-org:matrix-android-sdk:v0.9.27'
implementation 'com.github.matrix-org:matrix-android-sdk:v0.9.29'
// use the matrix SDK as a sub project
// you have to uncomment some lines in settings.gradle
//implementation project(':matrix-sdk')
Expand Down

0 comments on commit 5a4ade4

Please sign in to comment.