Skip to content

Commit

Permalink
chore(release): 1.12.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.12.0](v1.11.1...v1.12.0) (2023-10-10)

### Bug Fixes

* update analytics-connector; min macos deployment target 10.13 ([46f295e](46f295e))

### Features

* local-evaluation ([#36](#36)) ([ebe1188](ebe1188))
amplitude-sdk-bot committed Oct 10, 2023
1 parent 46f295e commit 014a5ae
Showing 3 changed files with 14 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.11.1" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.12.0" # Version is managed automatically by semantic-release, please dont change it manually

Pod::Spec.new do |spec|

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.12.0](https://github.com/amplitude/experiment-ios-client/compare/v1.11.1...v1.12.0) (2023-10-10)


### Bug Fixes

* update analytics-connector; min macos deployment target 10.13 ([46f295e](https://github.com/amplitude/experiment-ios-client/commit/46f295e1b6d02e54913ee77be23402877a29e0d8))


### Features

* local-evaluation ([#36](https://github.com/amplitude/experiment-ios-client/issues/36)) ([ebe1188](https://github.com/amplitude/experiment-ios-client/commit/ebe1188e8cb8103052c17323e5ec050e713679e0))

## [1.11.1](https://github.com/amplitude/experiment-ios-client/compare/v1.11.0...v1.11.1) (2023-09-28)


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

0 comments on commit 014a5ae

Please sign in to comment.