Skip to content

Commit

Permalink
chore(release): 1.15.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.15.0](v1.14.0...v1.15.0) (2024-12-03)

### Features

* Update DefaultUserProvider platform and device values ([#65](#65)) ([9d63b9a](9d63b9a))
  • Loading branch information
amplitude-sdk-bot committed Dec 3, 2024
1 parent 9d63b9a commit 33debca
Show file tree
Hide file tree
Showing 3 changed files with 9 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.14.0" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.15.0" # Version is managed automatically by semantic-release, please dont change it manually

Pod::Spec.new do |spec|

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.15.0](https://github.com/amplitude/experiment-ios-client/compare/v1.14.0...v1.15.0) (2024-12-03)


### Features

* Update DefaultUserProvider platform and device values ([#65](https://github.com/amplitude/experiment-ios-client/issues/65)) ([9d63b9a](https://github.com/amplitude/experiment-ios-client/commit/9d63b9a39698208ebd3018f169c4a5aef077fe19))

# [1.14.0](https://github.com/amplitude/experiment-ios-client/compare/v1.13.7...v1.14.0) (2024-11-26)


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.14.0"
internal static let Version: String = "1.15.0"
internal static let Library: String = "experiment-ios-client"
}

Expand Down

0 comments on commit 33debca

Please sign in to comment.