Skip to content

Commit

Permalink
Merge pull request #470 from rudderlabs/master
Browse files Browse the repository at this point in the history
chore(release): pulling main into develop post release v1.24.0
  • Loading branch information
1abhishekpandey authored Jul 31, 2024
2 parents e07e2cf + 83f430a commit 369dede
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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.

## [1.24.0](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.23.3...v1.24.0) (2024-07-31)


### Features

* add a configurable setting to put the CloudModeProcessor to sleep for a specified interval ([#460](https://github.com/rudderlabs/rudder-sdk-android/issues/460)) ([0711b37](https://github.com/rudderlabs/rudder-sdk-android/commit/0711b37625758f3fa791dd93124c8bcd5492a519))
* implement exponential retry mechanism for handling network errors ([#468](https://github.com/rudderlabs/rudder-sdk-android/issues/468)) ([e07e2cf](https://github.com/rudderlabs/rudder-sdk-android/commit/e07e2cf10126cbc3dcef7324111bac5c9f8a15d8))

### [1.23.3](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.23.2...v1.23.3) (2024-07-01)


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ android.enableJetifier=true
android.enableR8.fullMode=true
kotlin.code.style=official
GROUP=com.rudderstack.android.sdk
VERSION_CODE=30
VERSION_NAME=1.23.3
VERSION_CODE=31
VERSION_NAME=1.24.0
POM_NAME=Rudderstack SDK for android
POM_DESCRIPTION=Rudderstack SDK for android
POM_ARTIFACT_ID=core
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.23.3",
"version": "1.24.0",
"dependencies": {
"properties-reader": "^2.2.0"
}
Expand Down

0 comments on commit 369dede

Please sign in to comment.