Skip to content

Commit aa42746

Browse files
committed
version 1.5.1
1 parent 5c44229 commit aa42746

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
Changes in Element v1.5.1 (2022-09-28)
2+
======================================
3+
4+
Security ⚠️
5+
----------
6+
7+
This update provides important security fixes, update now.
8+
Ref: CVE-2022-39246 CVE-2022-39248
9+
110
Changes in Element v1.5.0 (2022-09-23)
211
======================================
312

matrix-sdk-android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ android {
6060
// that the app's state is completely cleared between tests.
6161
testInstrumentationRunnerArguments clearPackageData: 'true'
6262

63-
buildConfigField "String", "SDK_VERSION", "\"1.5.0\""
63+
buildConfigField "String", "SDK_VERSION", "\"1.5.1\""
6464

6565
buildConfigField "String", "GIT_SDK_REVISION", "\"${gitRevision()}\""
6666
buildConfigField "String", "GIT_SDK_REVISION_UNIX_DATE", "\"${gitRevisionUnixDate()}\""

vector-app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ext.versionMinor = 5
3636
// Note: even values are reserved for regular release, odd values for hotfix release.
3737
// When creating a hotfix, you should decrease the value, since the current value
3838
// is the value for the next regular release.
39-
ext.versionPatch = 0
39+
ext.versionPatch = 1
4040

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

0 commit comments

Comments
 (0)