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-12-15)

### Bug Fixes

* add lifecycle plugin ([a26c621](a26c621))
* add other platform lifecycle plugin and lints fix ([c3f9c5b](c3f9c5b))
* add return to IdentityEventSender.execute ([75d787e](75d787e))
* add the placeholder for IdentityEventSender ([2ad97da](2ad97da))
* change storage to use sync queue, fix retry issues ([#14](#14)) ([e2d824a](e2d824a))
* fix based on comments ([4f354bc](4f354bc))
* fix logger in destination ([a7ff24e](a7ff24e))
* fix the demo app to fit ipad ([#12](#12)) ([72b1ef1](72b1ef1))
* fix timeline in destination plugin ([0767751](0767751))
* lints and other comments ([296951b](296951b))
* nits ([2e264a5](2e264a5))
* pass amplitude instance in plugin setup ([42fbb51](42fbb51))
* typo and types ([fe5dba7](fe5dba7))
* update support watchOS version ([5cc61f2](5cc61f2))

### Features

* add class and file placeholders ([d824cf1](d824cf1))
* add podspec and release flow ([#18](#18)) ([ef1ff28](ef1ff28))
* add timeline ([7cda5b2](7cda5b2))
* Context plugin ([#8](#8)) ([64ba783](64ba783))
* destination plugin ([4dc18d9](4dc18d9))
* identify, revenue, amplitude client ([#16](#16)) ([ab847f0](ab847f0))
* idfa plugin example ([#17](#17)) ([9104e5f](9104e5f))
* main function implementation ([29645c0](29645c0))
* persistent storage, httpclient, eventpipeline ([#9](#9)) ([0b5e99f](0b5e99f))
* response retry handlers ([#11](#11)) ([86d92f6](86d92f6))
* session event init ([#13](#13)) ([bbf7517](bbf7517))
* setup lint, jira issue create, fix all file lint issues, update config ([0a34b96](0a34b96))
* support event callback and fix missing insert_id ([#15](#15)) ([1f746e8](1f746e8))
  • Loading branch information
amplitude-sdk-bot committed Dec 15, 2022
1 parent ddb9eeb commit 388dc64
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AmplitudeSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
amplitude_version = "0.0.1" # Version is managed automatically by semantic-release, please don't change it manually
amplitude_version = "1.0.0" # Version is managed automatically by semantic-release, please don't change it manually

Pod::Spec.new do |s|
s.name = "AmplitudeSwift"
Expand Down
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# 1.0.0 (2022-12-15)


### Bug Fixes

* add lifecycle plugin ([a26c621](https://github.com/amplitude/Amplitude-Swift/commit/a26c621e03504982374ed2e30130f75837d5d425))
* add other platform lifecycle plugin and lints fix ([c3f9c5b](https://github.com/amplitude/Amplitude-Swift/commit/c3f9c5b4cc7f328b7af5c197c8fef131a9d03bf8))
* add return to IdentityEventSender.execute ([75d787e](https://github.com/amplitude/Amplitude-Swift/commit/75d787e5d4e915aba1843f811f5d7eeab1128827))
* add the placeholder for IdentityEventSender ([2ad97da](https://github.com/amplitude/Amplitude-Swift/commit/2ad97da9f4ef1f32da6cfac7b3c3ce1f3b1ff83a))
* change storage to use sync queue, fix retry issues ([#14](https://github.com/amplitude/Amplitude-Swift/issues/14)) ([e2d824a](https://github.com/amplitude/Amplitude-Swift/commit/e2d824aa459de8e65bc17f497cbace24617ef9c1))
* fix based on comments ([4f354bc](https://github.com/amplitude/Amplitude-Swift/commit/4f354bc1638f23efe0217ecdf9a6755643b49eb2))
* fix logger in destination ([a7ff24e](https://github.com/amplitude/Amplitude-Swift/commit/a7ff24eb9593e4f9c428802fd5443fc7e5e4b6f0))
* fix the demo app to fit ipad ([#12](https://github.com/amplitude/Amplitude-Swift/issues/12)) ([72b1ef1](https://github.com/amplitude/Amplitude-Swift/commit/72b1ef16570909e560f15b3071753531ac7d0bf9))
* fix timeline in destination plugin ([0767751](https://github.com/amplitude/Amplitude-Swift/commit/0767751ae92e0bcc124070f1f5269647c9032aa0))
* lints and other comments ([296951b](https://github.com/amplitude/Amplitude-Swift/commit/296951b823241f9ca0eb31746f740947230c5146))
* nits ([2e264a5](https://github.com/amplitude/Amplitude-Swift/commit/2e264a543fb9e98926b19426e46071424c9cd8c6))
* pass amplitude instance in plugin setup ([42fbb51](https://github.com/amplitude/Amplitude-Swift/commit/42fbb51cedd53aa93bcffde568cebf9bc9a74cd4))
* typo and types ([fe5dba7](https://github.com/amplitude/Amplitude-Swift/commit/fe5dba73b8bee0f60f260c45684c6e361fe3155f))
* update support watchOS version ([5cc61f2](https://github.com/amplitude/Amplitude-Swift/commit/5cc61f27a3cfcf133317044b82fae1270432c7ee))


### Features

* add class and file placeholders ([d824cf1](https://github.com/amplitude/Amplitude-Swift/commit/d824cf1082e03b3dc4888617a952be9258602249))
* add podspec and release flow ([#18](https://github.com/amplitude/Amplitude-Swift/issues/18)) ([ef1ff28](https://github.com/amplitude/Amplitude-Swift/commit/ef1ff2862175c4142a6092de0fb54fd838ee0221))
* add timeline ([7cda5b2](https://github.com/amplitude/Amplitude-Swift/commit/7cda5b2ccef08764552316b516129f55b67fee84))
* Context plugin ([#8](https://github.com/amplitude/Amplitude-Swift/issues/8)) ([64ba783](https://github.com/amplitude/Amplitude-Swift/commit/64ba783b83f3689840a7edffe022b3fd26cccff8))
* destination plugin ([4dc18d9](https://github.com/amplitude/Amplitude-Swift/commit/4dc18d9c4153a9235cd2436873f31e6ac6663ea3))
* identify, revenue, amplitude client ([#16](https://github.com/amplitude/Amplitude-Swift/issues/16)) ([ab847f0](https://github.com/amplitude/Amplitude-Swift/commit/ab847f084dbcce3586e6d1f33f9893d4e676b53d))
* idfa plugin example ([#17](https://github.com/amplitude/Amplitude-Swift/issues/17)) ([9104e5f](https://github.com/amplitude/Amplitude-Swift/commit/9104e5f9d90dc25a3805d04b0359dbe6828e6b30))
* main function implementation ([29645c0](https://github.com/amplitude/Amplitude-Swift/commit/29645c08b33e8e8de83419e6337c643281735ae4))
* persistent storage, httpclient, eventpipeline ([#9](https://github.com/amplitude/Amplitude-Swift/issues/9)) ([0b5e99f](https://github.com/amplitude/Amplitude-Swift/commit/0b5e99f26ef9ddc8738c06a2c9dfae34820a8ba3))
* response retry handlers ([#11](https://github.com/amplitude/Amplitude-Swift/issues/11)) ([86d92f6](https://github.com/amplitude/Amplitude-Swift/commit/86d92f6434fbe18ad72a86dbd26961cafc380c7c))
* session event init ([#13](https://github.com/amplitude/Amplitude-Swift/issues/13)) ([bbf7517](https://github.com/amplitude/Amplitude-Swift/commit/bbf75174f5c57883f42841aabe73c23d70925788))
* setup lint, jira issue create, fix all file lint issues, update config ([0a34b96](https://github.com/amplitude/Amplitude-Swift/commit/0a34b96160e6a220e4e666406f0f811f5fb2c482))
* support event callback and fix missing insert_id ([#15](https://github.com/amplitude/Amplitude-Swift/issues/15)) ([1f746e8](https://github.com/amplitude/Amplitude-Swift/commit/1f746e822cee72ab7b3c0e3ea8965df6c57f0820))
2 changes: 1 addition & 1 deletion Sources/Amplitude/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public enum ServerZone: String {

public struct Constants {
static let SDK_LIBRARY = "amplitude-swift"
static let SDK_VERSION = "0.0.1"
static let SDK_VERSION = "1.0.0"
public static let DEFAULT_API_HOST = "https://api2.amplitude.com/2/httpapi"
public static let EU_DEFAULT_API_HOST = "https://api.eu.amplitude.com/2/httpapi"
static let BATCH_API_HOST = "https://api2.amplitude.com/batch"
Expand Down

0 comments on commit 388dc64

Please sign in to comment.