Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2021-10-18)

### Features

* unset user properties when variant evaluates to null or is a fa… ([#12](#12)) ([63776fa](63776fa))
  • Loading branch information
amplitude-sdk-bot committed Oct 18, 2021
1 parent 63776fa commit d016d03
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.3.0" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.4.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.4.0](https://github.com/amplitude/experiment-ios-client/compare/v1.3.0...v1.4.0) (2021-10-18)


### Features

* unset user properties when variant evaluates to null or is a fa… ([#12](https://github.com/amplitude/experiment-ios-client/issues/12)) ([63776fa](https://github.com/amplitude/experiment-ios-client/commit/63776fa16c2d626efa61c4c12bfd6ff7501c2a24))

# [1.3.0](https://github.com/amplitude/experiment-ios-client/compare/v1.2.1...v1.3.0) (2021-08-12)


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.3.0"
internal static let Version: String = "1.4.0"
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-08-12T20:16:04+0000">August 12, 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-10-18T20:47:09+0000">October 18, 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 d016d03

Please sign in to comment.