Skip to content

Commit

Permalink
chore(release): 1.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.1](v1.6.0...v1.6.1) (2023-02-03)

### Bug Fixes

* catch filenotfound exception when rollover before upload ([#103](#103)) ([80bc1f5](80bc1f5))
  • Loading branch information
amplitude-sdk-bot committed Feb 3, 2023
1 parent 80bc1f5 commit ae53c13
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.6.1](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.6.0...v1.6.1) (2023-02-03)


### Bug Fixes

* catch filenotfound exception when rollover before upload ([#103](https://github.com/amplitude/Amplitude-Kotlin/issues/103)) ([80bc1f5](https://github.com/amplitude/Amplitude-Kotlin/commit/80bc1f59e1866f4a429aa84574075ac13fa67c8f))

# [1.6.0](https://github.com/amplitude/Amplitude-Kotlin/compare/v1.5.2...v1.6.0) (2023-01-19)


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

Expand Down

0 comments on commit ae53c13

Please sign in to comment.