Skip to content

Commit

Permalink
chore(release): 1.16.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.16.0](v1.15.0...v1.16.0) (2025-01-13)

### Bug Fixes

* add synchronization around the client's user object ([#66](#66)) ([964616f](964616f))

### Features

* update ios deployment target to 11.0 ([b550e27](b550e27))
* update watchos deployment target to 4.0 ([c80f40a](c80f40a))
  • Loading branch information
amplitude-sdk-bot committed Jan 13, 2025
1 parent b550e27 commit 2c37518
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AmplitudeExperiment.podspec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
experiment_version = "1.15.0" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.16.0" # Version is managed automatically by semantic-release, please dont change it manually

Pod::Spec.new do |spec|

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.16.0](https://github.com/amplitude/experiment-ios-client/compare/v1.15.0...v1.16.0) (2025-01-13)


### Bug Fixes

* add synchronization around the client's user object ([#66](https://github.com/amplitude/experiment-ios-client/issues/66)) ([964616f](https://github.com/amplitude/experiment-ios-client/commit/964616f3812841ff39f170738b74f15e4f7fbf1e))


### Features

* update ios deployment target to 11.0 ([b550e27](https://github.com/amplitude/experiment-ios-client/commit/b550e27002e7a37595a649a9186e3ae85f1eca37))
* update watchos deployment target to 4.0 ([c80f40a](https://github.com/amplitude/experiment-ios-client/commit/c80f40ad40e539c309a2ebbc3417a2bca107a1c6))

# [1.15.0](https://github.com/amplitude/experiment-ios-client/compare/v1.14.0...v1.15.0) (2024-12-03)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Experiment/ExperimentConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ import Foundation
internal struct Constants {
// Version string is matched in release.config.js
// Changing this may result in breaking automated releases
internal static let Version: String = "1.15.0"
internal static let Version: String = "1.16.0"
internal static let Library: String = "experiment-ios-client"
}

Expand Down

0 comments on commit 2c37518

Please sign in to comment.