Skip to content

Commit

Permalink
chore(release): 1.7.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.7.3](v1.7.2...v1.7.3) (2022-09-08)

### Bug Fixes

* properly compare ExperimentUser properties ([#24](#24)) ([9b76fa4](9b76fa4))
  • Loading branch information
amplitude-sdk-bot committed Sep 8, 2022
1 parent 9b76fa4 commit 39e4af7
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.2" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.7.3" # 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.3](https://github.com/amplitude/experiment-ios-client/compare/v1.7.2...v1.7.3) (2022-09-08)


### Bug Fixes

* properly compare ExperimentUser properties ([#24](https://github.com/amplitude/experiment-ios-client/issues/24)) ([9b76fa4](https://github.com/amplitude/experiment-ios-client/commit/9b76fa412d81e0765ea41336aa8aced3bb6b250d))

## [1.7.2](https://github.com/amplitude/experiment-ios-client/compare/v1.7.1...v1.7.2) (2022-08-03)


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.2"
internal static let Version: String = "1.7.3"
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-08-03T19:03:25+0000">August 3, 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-09-08T19:08:54+0000">September 8, 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 39e4af7

Please sign in to comment.