Skip to content

Commit

Permalink
chore(release): 1.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.2.1](v1.2.0...v1.2.1) (2021-08-10)

### Bug Fixes

* use config user provider ([1e4a05c](1e4a05c))
  • Loading branch information
amplitude-sdk-bot committed Aug 10, 2021
1 parent 401a0f3 commit 4f9cd27
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.2.0" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.2.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.2.1](https://github.com/amplitude/experiment-ios-client/compare/v1.2.0...v1.2.1) (2021-08-10)


### Bug Fixes

* use config user provider ([1e4a05c](https://github.com/amplitude/experiment-ios-client/commit/1e4a05c2e0b93d0bec65d09275dca6a44e4fc96b))

# [1.2.0](https://github.com/amplitude/experiment-ios-client/compare/v1.1.2...v1.2.0) (2021-07-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 @@ -101,7 +101,7 @@ public struct ExperimentConfig {
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.2.0"
internal static let Version: String = "1.2.1"
internal static let Library: String = "experiment-ios-client"
}
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2>Protocols</h2>

<footer>
<p>
Generated on <time datetime="2021-07-29T16:41:42+0000">July 29, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
Generated on <time datetime="2021-08-10T00:38:00+0000">August 10, 2021</time> using <a href="https://github.com/SwiftDocOrg/swift-doc">swift-doc</a> <span class="version">1.0.0-rc.1</span>.
</p>
</footer>
</body>
Expand Down

0 comments on commit 4f9cd27

Please sign in to comment.