Skip to content

Commit 215833f

Browse files
Update CHANGELOG for version 4.2.0, adding asset localisation support and updating build.gradle to reflect the new version number.
1 parent 1fa200a commit 215833f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# CHANGELOG
22

3+
## Version 4.2.0
4+
5+
### Date: 02-Mar-2026
6+
7+
- Added asset localisation support
8+
39
## Version 4.1.0
410

511
### Date: 15-Sept-2025

contentstack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
ext {
88
PUBLISH_GROUP_ID = 'com.contentstack.sdk'
99
PUBLISH_ARTIFACT_ID = 'android'
10-
PUBLISH_VERSION = '4.1.0'
10+
PUBLISH_VERSION = '4.2.0'
1111
}
1212

1313
android {

0 commit comments

Comments
 (0)