Skip to content

Commit e6c8169

Browse files
Merge pull request #478 from rudderlabs/master
chore(release): pulling main into develop post release v1.25.0
2 parents f0d3ef1 + 4c5317c commit e6c8169

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [1.25.0](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.24.0...v1.25.0) (2024-08-27)
6+
7+
8+
### Features
9+
10+
* add option to configure `dataPlaneUrl` as the metrics url ([#471](https://github.com/rudderlabs/rudder-sdk-android/issues/471)) ([f0d3ef1](https://github.com/rudderlabs/rudder-sdk-android/commit/f0d3ef130fa75dff0a1162792f04279ba78055b1))
11+
512
## [1.24.0](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.23.3...v1.24.0) (2024-07-31)
613

714

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ android.enableJetifier=true
55
android.enableR8.fullMode=true
66
kotlin.code.style=official
77
GROUP=com.rudderstack.android.sdk
8-
VERSION_CODE=31
9-
VERSION_NAME=1.24.0
8+
VERSION_CODE=32
9+
VERSION_NAME=1.25.0
1010
POM_NAME=Rudderstack SDK for android
1111
POM_DESCRIPTION=Rudderstack SDK for android
1212
POM_ARTIFACT_ID=core

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.24.0",
2+
"version": "1.25.0",
33
"dependencies": {
44
"properties-reader": "^2.2.0"
55
}

0 commit comments

Comments
 (0)