Skip to content

Commit

Permalink
chore(release): 1.13.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.2](v1.13.1...v1.13.2) (2024-03-14)

### Bug Fixes

* experiment user equals user property comparison ([0e66823](0e66823))
* explicitly unwrap double optional for swift 4 compilation ([de347f9](de347f9))
  • Loading branch information
amplitude-sdk-bot committed Mar 14, 2024
1 parent 0e66823 commit c0d8864
Show file tree
Hide file tree
Showing 3 changed files with 10 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.13.1" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.13.2" # Version is managed automatically by semantic-release, please dont change it manually

Pod::Spec.new do |spec|

Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.13.2](https://github.com/amplitude/experiment-ios-client/compare/v1.13.1...v1.13.2) (2024-03-14)


### Bug Fixes

* experiment user equals user property comparison ([0e66823](https://github.com/amplitude/experiment-ios-client/commit/0e66823e377f5298238657c19e84924ea20d3149))
* explicitly unwrap double optional for swift 4 compilation ([de347f9](https://github.com/amplitude/experiment-ios-client/commit/de347f9c8c68d92c2972d52dbec6f767d8a1e6c4))

## [1.13.1](https://github.com/amplitude/experiment-ios-client/compare/v1.13.0...v1.13.1) (2024-01-29)


Expand Down
2 changes: 1 addition & 1 deletion Sources/Experiment/ExperimentConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,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.13.1"
internal static let Version: String = "1.13.2"
internal static let Library: String = "experiment-ios-client"
}

Expand Down

0 comments on commit c0d8864

Please sign in to comment.