Skip to content

Commit

Permalink
Update release version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
munir-rakuten committed Oct 18, 2023
1 parent 685c43a commit 239b2f6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

### 5.7.1 (2023-10-18)
**SDK**
- **Fix:** Fix for unicode issue in js bridge.

### 5.7.0 (2023-10-18)
**SDK**
- **Fix:** Fix for unicode issue in contacts.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ allprojects {
tag {
prefix = 'v'
versionSeparator = ''
versionIncrementer 'incrementMinor'
versionIncrementer 'incrementPatch'
}
}
project.version = scmVersion.version
Expand Down

0 comments on commit 239b2f6

Please sign in to comment.