Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Feb 9, 2023
1 parent 2f33197 commit ae7c28b
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.10.0](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.8.1...v1.10.0) (2023-02-09)


### Features

* consent ([#197](https://github.com/rudderlabs/rudder-sdk-android/issues/197)) ([2f33197](https://github.com/rudderlabs/rudder-sdk-android/commit/2f33197e67d4b062392c44975708865e1141ea27))
* data residency support ([#149](https://github.com/rudderlabs/rudder-sdk-android/issues/149)) ([acb06bb](https://github.com/rudderlabs/rudder-sdk-android/commit/acb06bb2b5a27f544805c3df65ff12d240598aa3)), closes [#150](https://github.com/rudderlabs/rudder-sdk-android/issues/150) [#154](https://github.com/rudderlabs/rudder-sdk-android/issues/154) [#153](https://github.com/rudderlabs/rudder-sdk-android/issues/153) [#184](https://github.com/rudderlabs/rudder-sdk-android/issues/184) [#185](https://github.com/rudderlabs/rudder-sdk-android/issues/185)

## [1.9.0](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.8.0...v1.9.0) (2023-02-02)


Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
GROUP=com.rudderstack.android.sdk
VERSION_CODE=5
VERSION_NAME=1.9.0
VERSION_CODE=6
VERSION_NAME=1.10.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.9.0",
"version": "1.10.0",
"dependencies": {
"properties-reader": "^2.2.0"
}
Expand Down

0 comments on commit ae7c28b

Please sign in to comment.