Skip to content

Commit

Permalink
chore(release): 1.12.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.12.1](v1.12.0...v1.12.1) (2023-11-09)

### Bug Fixes

* call fetch on start by default ([#38](#38)) ([66fea3b](66fea3b))
  • Loading branch information
amplitude-sdk-bot committed Nov 9, 2023
1 parent 66fea3b commit 6c1fb57
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.12.0" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.12.1" # 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.12.1](https://github.com/amplitude/experiment-ios-client/compare/v1.12.0...v1.12.1) (2023-11-09)


### Bug Fixes

* call fetch on start by default ([#38](https://github.com/amplitude/experiment-ios-client/issues/38)) ([66fea3b](https://github.com/amplitude/experiment-ios-client/commit/66fea3bcb771973e28aa4e308c8ca329a7938d4a))

# [1.12.0](https://github.com/amplitude/experiment-ios-client/compare/v1.11.1...v1.12.0) (2023-10-10)


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

Expand Down

0 comments on commit 6c1fb57

Please sign in to comment.