Skip to content

Commit

Permalink
chore(release): 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Aug 2, 2023
1 parent 2ef78f1 commit c27ffd9
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.17.0](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.15.0...v1.17.0) (2023-08-02)


### Features

* add metrics to Android SDK V1 ([#241](https://github.com/rudderlabs/rudder-sdk-android/issues/241)) ([fbf93f7](https://github.com/rudderlabs/rudder-sdk-android/commit/fbf93f718b36ca81dde01fd55c7eb90accbb8b23))
* enhance support for dmt source config changes and retrying with exponential backoff logic ([#236](https://github.com/rudderlabs/rudder-sdk-android/issues/236)) ([c27d39c](https://github.com/rudderlabs/rudder-sdk-android/commit/c27d39c71180c9d2849dcda0fa75721efd96fedb))

## [1.16.0](https://github.com/rudderlabs/rudder-sdk-android/compare/v1.15.0...v1.16.0) (2023-08-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=13
VERSION_NAME=1.16.0
VERSION_CODE=14
VERSION_NAME=1.17.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.16.0",
"version": "1.17.0",
"dependencies": {
"properties-reader": "^2.2.0"
}
Expand Down

0 comments on commit c27ffd9

Please sign in to comment.