We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 685c43a commit 239b2f6Copy full SHA for 239b2f6
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## CHANGELOG
2
3
+### 5.7.1 (2023-10-18)
4
+**SDK**
5
+- **Fix:** Fix for unicode issue in js bridge.
6
+
7
### 5.7.0 (2023-10-18)
8
**SDK**
9
- **Fix:** Fix for unicode issue in contacts.
build.gradle
@@ -97,7 +97,7 @@ allprojects {
97
tag {
98
prefix = 'v'
99
versionSeparator = ''
100
- versionIncrementer 'incrementMinor'
+ versionIncrementer 'incrementPatch'
101
}
102
103
project.version = scmVersion.version
0 commit comments