Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2022-06-28)

### Bug Fixes

* fix android aar issue ([#32](#32)) ([69f5fe7](69f5fe7))
* fix group call ([#42](#42)) ([f84d143](f84d143))

### Features

* add amplitude destination plugin draft ([#3](#3)) ([7ee9408](7ee9408))
* add android context plugin ([#14](#14)) ([25b6da3](25b6da3))
* add basic test action and issue templates ([#9](#9)) ([e72c608](e72c608))
* add button to kotlin example to send custom event ([#41](#41)) ([5c1e573](5c1e573))
* add configuration java support ([#35](#35)) ([a4e0801](a4e0801))
* add error handling and retry ([#13](#13)) ([689b114](689b114))
* add eu and batch support ([#17](#17)) ([6402b2a](6402b2a))
* add event bridge module ([#12](#12)) ([49229ac](49229ac))
* add event id support ([#25](#25)) ([94aaa6b](94aaa6b))
* add github action about docs and release ([#19](#19)) ([3aa868e](3aa868e))
* add identify support ([#18](#18)) ([2f86adc](2f86adc))
* add identity module and file storage ([#8](#8)) ([8b7bada](8b7bada))
* add Java android example ([#24](#24)) ([2670a2b](2670a2b))
* add Kotlin android sample ([#23](#23)) ([3b948c8](3b948c8))
* add parner_id ([#16](#16)) ([5e46cb9](5e46cb9))
* add plan in configuration and export ([#34](#34)) ([d84a84e](d84a84e))
* add plan versionId support ([#22](#22)) ([ae84619](ae84619))
* add revenue helper class ([#6](#6)) ([341fcf1](341fcf1))
* add unit tests for common jvm module ([#29](#29)) ([dcc0e9d](dcc0e9d))
* add unit tests in core module ([#30](#30)) ([4283148](4283148))
* add unit tests in event bridge module ([#28](#28)) ([8d63c28](8d63c28))
* add unit tests in id module ([#27](#27)) ([dc78bc6](dc78bc6))
* android local sync update ([#20](#20)) ([e25ecd4](e25ecd4))
* enable to pass the event options for all track call ([#36](#36)) ([8dd1ab6](8dd1ab6))
* expose more api for support ([#33](#33)) ([312fd85](312fd85))
* make configuration open ([#38](#38)) ([d0dfb15](d0dfb15))
* remove json object from public interface ([#26](#26)) ([0840b5d](0840b5d))
* set the client userId and deviceId in identify call ([#37](#37)) ([2c8b3f1](2c8b3f1))
* set up android module bare bone ([#7](#7)) ([a8a8dc9](a8a8dc9))
* Set up jvm example ([#4](#4)) ([ae825d6](ae825d6))
* setup basic barebone ([#2](#2)) ([8e4b635](8e4b635))
* setup basic doc and workflow ([#1](#1)) ([31bd223](31bd223))
* setup common modules ([#11](#11)) ([4a4ff66](4a4ff66))
* update android storage ([#15](#15)) ([56c1d6a](56c1d6a))
* update library name ([#21](#21)) ([309976d](309976d))
  • Loading branch information
amplitude-sdk-bot committed Jun 28, 2022
1 parent f84d143 commit 755413c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# 1.0.0 (2022-06-28)


### Bug Fixes

* fix android aar issue ([#32](https://github.com/amplitude/Amplitude-Kotlin/issues/32)) ([69f5fe7](https://github.com/amplitude/Amplitude-Kotlin/commit/69f5fe7ed91d05252bc4a98b89ec7f8aade72d76))
* fix group call ([#42](https://github.com/amplitude/Amplitude-Kotlin/issues/42)) ([f84d143](https://github.com/amplitude/Amplitude-Kotlin/commit/f84d1437d183d8208ae45a5b393c673a1ea8cdab))


### Features

* add amplitude destination plugin draft ([#3](https://github.com/amplitude/Amplitude-Kotlin/issues/3)) ([7ee9408](https://github.com/amplitude/Amplitude-Kotlin/commit/7ee9408d8d8ed7a0ef291dde6267b33811969565))
* add android context plugin ([#14](https://github.com/amplitude/Amplitude-Kotlin/issues/14)) ([25b6da3](https://github.com/amplitude/Amplitude-Kotlin/commit/25b6da3359c5284bc1361d1f8ca08ae8a5584aca))
* add basic test action and issue templates ([#9](https://github.com/amplitude/Amplitude-Kotlin/issues/9)) ([e72c608](https://github.com/amplitude/Amplitude-Kotlin/commit/e72c608842ea2d5864eed77960de6e53b0b485b0))
* add button to kotlin example to send custom event ([#41](https://github.com/amplitude/Amplitude-Kotlin/issues/41)) ([5c1e573](https://github.com/amplitude/Amplitude-Kotlin/commit/5c1e5735c0d96963e3468513b88a09aac149200f))
* add configuration java support ([#35](https://github.com/amplitude/Amplitude-Kotlin/issues/35)) ([a4e0801](https://github.com/amplitude/Amplitude-Kotlin/commit/a4e0801e5d83eb04c0772ab5d37e6c15495786f6))
* add error handling and retry ([#13](https://github.com/amplitude/Amplitude-Kotlin/issues/13)) ([689b114](https://github.com/amplitude/Amplitude-Kotlin/commit/689b114c4630bf4e6e451815fa5eb1a1e8b197a6))
* add eu and batch support ([#17](https://github.com/amplitude/Amplitude-Kotlin/issues/17)) ([6402b2a](https://github.com/amplitude/Amplitude-Kotlin/commit/6402b2a8958bb6fc9e739c771da171295ad3f144))
* add event bridge module ([#12](https://github.com/amplitude/Amplitude-Kotlin/issues/12)) ([49229ac](https://github.com/amplitude/Amplitude-Kotlin/commit/49229acb877e9572f16038e54120edf52af8ad9f))
* add event id support ([#25](https://github.com/amplitude/Amplitude-Kotlin/issues/25)) ([94aaa6b](https://github.com/amplitude/Amplitude-Kotlin/commit/94aaa6bf2b7f061720c06d7f4f7a7fc38a9c9436))
* add github action about docs and release ([#19](https://github.com/amplitude/Amplitude-Kotlin/issues/19)) ([3aa868e](https://github.com/amplitude/Amplitude-Kotlin/commit/3aa868ef24c0e857ef3d7824cc42d736b5343957))
* add identify support ([#18](https://github.com/amplitude/Amplitude-Kotlin/issues/18)) ([2f86adc](https://github.com/amplitude/Amplitude-Kotlin/commit/2f86adc582a7aa67a9157048ad8ce04984266dd5))
* add identity module and file storage ([#8](https://github.com/amplitude/Amplitude-Kotlin/issues/8)) ([8b7bada](https://github.com/amplitude/Amplitude-Kotlin/commit/8b7bada03342d7ad8a0c689e8d3c86271d521fba))
* add Java android example ([#24](https://github.com/amplitude/Amplitude-Kotlin/issues/24)) ([2670a2b](https://github.com/amplitude/Amplitude-Kotlin/commit/2670a2b9bbef381b9c28696499cebd1c78192249))
* add Kotlin android sample ([#23](https://github.com/amplitude/Amplitude-Kotlin/issues/23)) ([3b948c8](https://github.com/amplitude/Amplitude-Kotlin/commit/3b948c8bac688ff2896bc7e634e1519c5520ce65))
* add parner_id ([#16](https://github.com/amplitude/Amplitude-Kotlin/issues/16)) ([5e46cb9](https://github.com/amplitude/Amplitude-Kotlin/commit/5e46cb9d3d301c59e96cd56a72e7d66958615e62))
* add plan in configuration and export ([#34](https://github.com/amplitude/Amplitude-Kotlin/issues/34)) ([d84a84e](https://github.com/amplitude/Amplitude-Kotlin/commit/d84a84e3f2123249ea1d8e38f3121dd6a5b798c7))
* add plan versionId support ([#22](https://github.com/amplitude/Amplitude-Kotlin/issues/22)) ([ae84619](https://github.com/amplitude/Amplitude-Kotlin/commit/ae84619255b575ef5b895fbfa63d864daf88dcc2))
* add revenue helper class ([#6](https://github.com/amplitude/Amplitude-Kotlin/issues/6)) ([341fcf1](https://github.com/amplitude/Amplitude-Kotlin/commit/341fcf172673088cd41719bdea653e027b838c87))
* add unit tests for common jvm module ([#29](https://github.com/amplitude/Amplitude-Kotlin/issues/29)) ([dcc0e9d](https://github.com/amplitude/Amplitude-Kotlin/commit/dcc0e9dbbbf5464c07c5f1c6a607243882cccf13))
* add unit tests in core module ([#30](https://github.com/amplitude/Amplitude-Kotlin/issues/30)) ([4283148](https://github.com/amplitude/Amplitude-Kotlin/commit/428314817a594bcab8bdfc03f74f183286b806f3))
* add unit tests in event bridge module ([#28](https://github.com/amplitude/Amplitude-Kotlin/issues/28)) ([8d63c28](https://github.com/amplitude/Amplitude-Kotlin/commit/8d63c28fa79211942884ce7215e2b6e6b4c90cea))
* add unit tests in id module ([#27](https://github.com/amplitude/Amplitude-Kotlin/issues/27)) ([dc78bc6](https://github.com/amplitude/Amplitude-Kotlin/commit/dc78bc60aed5bc42239b2ff3e0f004bf99eaf59b))
* android local sync update ([#20](https://github.com/amplitude/Amplitude-Kotlin/issues/20)) ([e25ecd4](https://github.com/amplitude/Amplitude-Kotlin/commit/e25ecd49f983adefafe8652ceadcd5166c59296d))
* enable to pass the event options for all track call ([#36](https://github.com/amplitude/Amplitude-Kotlin/issues/36)) ([8dd1ab6](https://github.com/amplitude/Amplitude-Kotlin/commit/8dd1ab6eaf2542913cf15fe645197e296116f6c8))
* expose more api for support ([#33](https://github.com/amplitude/Amplitude-Kotlin/issues/33)) ([312fd85](https://github.com/amplitude/Amplitude-Kotlin/commit/312fd855527b88e702a322f50127dd257e0ba67a))
* make configuration open ([#38](https://github.com/amplitude/Amplitude-Kotlin/issues/38)) ([d0dfb15](https://github.com/amplitude/Amplitude-Kotlin/commit/d0dfb15219cda646b1733f7afef6f81ea8548ce9))
* remove json object from public interface ([#26](https://github.com/amplitude/Amplitude-Kotlin/issues/26)) ([0840b5d](https://github.com/amplitude/Amplitude-Kotlin/commit/0840b5d5fc538b2f088538365586cbf5babb819d))
* set the client userId and deviceId in identify call ([#37](https://github.com/amplitude/Amplitude-Kotlin/issues/37)) ([2c8b3f1](https://github.com/amplitude/Amplitude-Kotlin/commit/2c8b3f1160f8503d827ca7367ada9da57836e968))
* set up android module bare bone ([#7](https://github.com/amplitude/Amplitude-Kotlin/issues/7)) ([a8a8dc9](https://github.com/amplitude/Amplitude-Kotlin/commit/a8a8dc9391ce3eaeb6981b49a0f0f7d6a4b5c4a6))
* Set up jvm example ([#4](https://github.com/amplitude/Amplitude-Kotlin/issues/4)) ([ae825d6](https://github.com/amplitude/Amplitude-Kotlin/commit/ae825d61b0405d7dc9e64187a883bbc14fa600f8))
* setup basic barebone ([#2](https://github.com/amplitude/Amplitude-Kotlin/issues/2)) ([8e4b635](https://github.com/amplitude/Amplitude-Kotlin/commit/8e4b6356db7c83b70c98f33c5ecfa83ba59ba3f3))
* setup basic doc and workflow ([#1](https://github.com/amplitude/Amplitude-Kotlin/issues/1)) ([31bd223](https://github.com/amplitude/Amplitude-Kotlin/commit/31bd223bace3bb2cbb3efabf26abb0fa3ad9576d))
* setup common modules ([#11](https://github.com/amplitude/Amplitude-Kotlin/issues/11)) ([4a4ff66](https://github.com/amplitude/Amplitude-Kotlin/commit/4a4ff66b9c4c0bf3a5d3fcc78b0358ca8b9871b7))
* update android storage ([#15](https://github.com/amplitude/Amplitude-Kotlin/issues/15)) ([56c1d6a](https://github.com/amplitude/Amplitude-Kotlin/commit/56c1d6aebbd5cea058392c83bf1fe2ca07a28ef5))
* update library name ([#21](https://github.com/amplitude/Amplitude-Kotlin/issues/21)) ([309976d](https://github.com/amplitude/Amplitude-Kotlin/commit/309976d80d69f3ff5ad38d5c64459a42f860e294))
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 = '0.1.0'
PUBLISH_VERSION = '1.0.0'
PUBLISH_ARTIFACT_ID = 'analytics-android'
}

Expand Down

0 comments on commit 755413c

Please sign in to comment.