Skip to content

Commit

Permalink
chore(release): 1.7.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.1](v1.7.0...v1.7.1) (2022-06-02)

### Bug Fixes

* add secondary initial variants as a fallback ([5ff93a6](5ff93a6))
  • Loading branch information
amplitude-sdk-bot committed Jun 2, 2022
1 parent d485c68 commit 862e2db
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.7.0" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.7.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.7.1](https://github.com/amplitude/experiment-ios-client/compare/v1.7.0...v1.7.1) (2022-06-02)


### Bug Fixes

* add secondary initial variants as a fallback ([5ff93a6](https://github.com/amplitude/experiment-ios-client/commit/5ff93a6ed0b5bb328f2e7f0ff3698b1e9a4cc9f6))

# [1.7.0](https://github.com/amplitude/experiment-ios-client/compare/v1.6.0...v1.7.0) (2022-04-15)


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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ <h2>Protocols</h2>

<footer>
<p>
Generated on <time datetime="2022-04-15T21:45:26+0000">April 15, 2022</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="2022-06-02T00:20:52+0000">June 2, 2022</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 862e2db

Please sign in to comment.