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](v0.7.3...v1.0.0) (2023-10-27)

### Bug Fixes

* add setSessionId() method ([#95](#95)) ([1fb9f01](1fb9f01))

### Features

* Release 1.0.0 ([#98](#98)) ([b047273](b047273))

### BREAKING CHANGES

* New major version
  • Loading branch information
amplitude-sdk-bot committed Oct 27, 2023
1 parent b047273 commit 3c5f244
Show file tree
Hide file tree
Showing 3 changed files with 19 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.7.3" # 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
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.0.0](https://github.com/amplitude/Amplitude-Swift/compare/v0.7.3...v1.0.0) (2023-10-27)


### Bug Fixes

* add setSessionId() method ([#95](https://github.com/amplitude/Amplitude-Swift/issues/95)) ([1fb9f01](https://github.com/amplitude/Amplitude-Swift/commit/1fb9f01592e5a230e1e27aba0816ccf22250e01d))


### Features

* Release 1.0.0 ([#98](https://github.com/amplitude/Amplitude-Swift/issues/98)) ([b047273](https://github.com/amplitude/Amplitude-Swift/commit/b0472736148a2364a4e8802518dabf78cf149ec1))


### BREAKING CHANGES

* New major version

## [0.7.3](https://github.com/amplitude/Amplitude-Swift/compare/v0.7.2...v0.7.3) (2023-10-17)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Amplitude/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public enum ServerZone: Int {

public struct Constants {
static let SDK_LIBRARY = "amplitude-swift"
static let SDK_VERSION = "0.7.3"
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 3c5f244

Please sign in to comment.