Skip to content

Commit

Permalink
chore(release): 1.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.2](v1.5.1...v1.5.2) (2022-11-19)

### Bug Fixes

* Add Index out of bound exception handling for PropertiesFile.save() ([#96](#96)) ([c6578bf](c6578bf))
  • Loading branch information
amplitude-sdk-bot committed Nov 19, 2022
1 parent c6578bf commit 656586a
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.5.2](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.5.1...v1.5.2) (2022-11-19)


### Bug Fixes

* Add Index out of bound exception handling for PropertiesFile.save() ([#96](https://github.com/amplitude/Amplitude-Kotlin/issues/96)) ([c6578bf](https://github.com/amplitude/Amplitude-Kotlin/commit/c6578bfdfc9ee782fe01106cf607e19c979ed810))

## [1.5.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.5.0...v1.5.1) (2022-11-11)


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.5.1'
PUBLISH_VERSION = '1.5.2'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit 656586a

Please sign in to comment.