Skip to content

Commit

Permalink
chore(release): 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 7, 2024
1 parent 4bc1d7d commit c41ffb4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.21.3](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.21.2...v1.21.3) (2024-02-07)


### Bug Fixes

* fixed serialization of strings twice ([#390](https://github.com/rudderlabs/rudder-sdk-android/issues/390)) ([4bc1d7d](https://github.com/rudderlabs/rudder-sdk-android/commit/4bc1d7d84f72d661cee70af3a672259d6d5f80a8))
* handling the serialization of special floating point values while serializing any object ([#382](https://github.com/rudderlabs/rudder-sdk-android/issues/382)) ([55521b6](https://github.com/rudderlabs/rudder-sdk-android/commit/55521b675de289c3c1ba5f80d40d338a61c9aac5))
* race condition fix using semaphore ([#388](https://github.com/rudderlabs/rudder-sdk-android/issues/388)) ([a792ce2](https://github.com/rudderlabs/rudder-sdk-android/commit/a792ce26514b31d82317eb59f16a97979ddfc13c))

### [1.21.2](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.21.1...v1.21.2) (2024-01-25)


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=24
VERSION_NAME=1.21.2
VERSION_CODE=25
VERSION_NAME=1.21.3
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.21.2",
"version": "1.21.3",
"dependencies": {
"properties-reader": "^2.2.0"
}
Expand Down

0 comments on commit c41ffb4

Please sign in to comment.