Skip to content

Commit

Permalink
chore(release): 1.18.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.18.0](v1.17.4...v1.18.0) (2024-08-22)

### Features

* Capture top-level Fragments with Autocapture ([#216](#216)) ([e16b97a](e16b97a))
  • Loading branch information
amplitude-sdk-bot committed Aug 22, 2024
1 parent e16b97a commit afb4229
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.18.0](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.17.4...v1.18.0) (2024-08-22)


### Features

* Capture top-level Fragments with Autocapture ([#216](https://github.com/amplitude/Amplitude-Kotlin/issues/216)) ([e16b97a](https://github.com/amplitude/Amplitude-Kotlin/commit/e16b97ad25c1d865947856c20e2e475a5733f161))

## [1.17.4](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.17.3...v1.17.4) (2024-08-21)


Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ext {
PUBLISH_NAME = 'Amplitude Android Kotlin SDK'
PUBLISH_DESCRIPTION = 'Amplitude Kotlin client-side SDK for Android'
PUBLISH_GROUP_ID = 'com.amplitude'
PUBLISH_VERSION = '1.17.4'
PUBLISH_VERSION = '1.18.0'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit afb4229

Please sign in to comment.