File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
10
Changes in Element v1.5.0 (2022-09-23)
2
11
======================================
3
12
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ android {
60
60
// that the app's state is completely cleared between tests.
61
61
testInstrumentationRunnerArguments clearPackageData : ' true'
62
62
63
- buildConfigField " String" , " SDK_VERSION" , " \" 1.5.0 \" "
63
+ buildConfigField " String" , " SDK_VERSION" , " \" 1.5.1 \" "
64
64
65
65
buildConfigField " String" , " GIT_SDK_REVISION" , " \" ${ gitRevision()} \" "
66
66
buildConfigField " String" , " GIT_SDK_REVISION_UNIX_DATE" , " \" ${ gitRevisionUnixDate()} \" "
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ ext.versionMinor = 5
36
36
// Note: even values are reserved for regular release, odd values for hotfix release.
37
37
// When creating a hotfix, you should decrease the value, since the current value
38
38
// is the value for the next regular release.
39
- ext. versionPatch = 0
39
+ ext. versionPatch = 1
40
40
41
41
static def getGitTimestamp () {
42
42
def cmd = ' git show -s --format=%ct'
You can’t perform that action at this time.
0 commit comments