Skip to content

Commit

Permalink
Release moengage-segment-kotlin-destination:2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
arshiya-moengage committed Jun 10, 2024
1 parent c221018 commit 39afebc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# moengage-segment-kotlin-destination

# Next Release
# 10-06-2024

## Next Version
## 2.1.1
- Release Notes [here](https://developers.moengage.com/hc/en-us/articles/4403896795540-Changelog#10-06-2024-0-0)
- MOEN-31739: Support for JSONObject / JSONArray in UserAttributes and Event
- MoEngage SDK version updated to `13.02.00`

# 16-05-2024

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[libraries]
moengageCore = { module = "com.moengage:moe-android-sdk", version = "13.01.00" }
moengageCore = { module = "com.moengage:moe-android-sdk", version = "13.02.00" }
segment = { module = "com.segment.analytics.android:analytics", version = "4.9.0" }
segmentKotlin = { module = "com.segment.analytics.kotlin:android", version = "1.5.0" }
2 changes: 1 addition & 1 deletion moengage-segment-kotlin-destination/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARTIFACT_NAME=moengage-segment-kotlin-destination
NAME=MoEngage Segment Kotlin Destination
DESCRIPTION=MoEngage-Segment Kotlin Destination
VERSION_NAME=2.1.0
VERSION_NAME=2.1.1
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencyResolutionManagement {
from("com.moengage:android-dependency-catalog-internal:2.0.1")
}
create("moengage") {
from("com.moengage:android-dependency-catalog:4.2.0")
from("com.moengage:android-dependency-catalog:4.2.1")
}
}
}
Expand Down

0 comments on commit 39afebc

Please sign in to comment.