docs(release): add v5.1.1 changelog for pre-stash restoration fixes

This commit is contained in:
Enginex0
2026-03-22 01:50:02 +01:00
parent 315f41f434
commit 6e74ebbe82
2 changed files with 24 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ val gitExecutor = objects.newInstance(GitExecutor::class.java)
val gitCommitCount = gitExecutor.execute("git rev-list HEAD --count", rootDir).toInt()
val gitCommitHash = gitExecutor.execute("git rev-parse --verify --short HEAD", rootDir)
val verName = "v5.1"
val verName = "v5.1.1"
android {
namespace = "org.matrix.TEESimulator"