Skip to content

Commit 7812257

Browse files
committed
version bump
1 parent 0c7c5ed commit 7812257

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

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.2
4+
5+
### Date: 01-Jun-2026
6+
7+
- Fix: resolved data fetch failure for non-US regions (AZURE_NA, EU, AU, AZURE_EU, GCP_NA, GCP_EU) when connected via VPN by ensuring Stack.URL is correctly synced with the region-specific CDN host after config initialisation.
8+
39
## Version 4.2.1
410

511
### Date: 20-Apr-2026

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.2.1'
10+
PUBLISH_VERSION = '4.2.2'
1111
}
1212

1313
android {

0 commit comments

Comments
 (0)