Skip to content

Commit

Permalink
chore(release): 1.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.2.0](v1.1.2...v1.2.0) (2021-07-29)

### Bug Fixes

* revert post to get with header ([#9](#9)) ([17b14cd](17b14cd))
* use post instead of get for fetch ([#6](#6)) ([3a56e7d](3a56e7d))

### Features

* exposure tracking through analytics provider ([#8](#8)) ([10f08e9](10f08e9))
  • Loading branch information
amplitude-sdk-bot committed Jul 29, 2021
1 parent 766aafe commit 37704ec
Show file tree
Hide file tree
Showing 4 changed files with 47 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.1.2" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.2.0" # Version is managed automatically by semantic-release, please dont change it manually

Pod::Spec.new do |spec|

Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.2.0](https://github.com/amplitude/experiment-ios-client/compare/v1.1.2...v1.2.0) (2021-07-29)


### Bug Fixes

* revert post to get with header ([#9](https://github.com/amplitude/experiment-ios-client/issues/9)) ([17b14cd](https://github.com/amplitude/experiment-ios-client/commit/17b14cd7f3e96eebf0b57b0474d908ba84dbd0b2))
* use post instead of get for fetch ([#6](https://github.com/amplitude/experiment-ios-client/issues/6)) ([3a56e7d](https://github.com/amplitude/experiment-ios-client/commit/3a56e7d550f08c5aea83042b3a0afbf3583ae934))


### Features

* exposure tracking through analytics provider ([#8](https://github.com/amplitude/experiment-ios-client/issues/8)) ([10f08e9](https://github.com/amplitude/experiment-ios-client/commit/10f08e9f7d63fdcaa8f1ea07f042449e0b771138))

## [1.1.2](https://github.com/amplitude/experiment-ios-client/compare/v1.1.1...v1.1.2) (2021-07-01)


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.1.2"
internal static let Version: String = "1.2.0"
internal static let Library: String = "experiment-ios-client"
}
}
33 changes: 32 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,16 @@ <h2>Classes</h2>
</dt>
<dd>

</dd>
<dt class="class">
<a href="/experiment-ios-client/ExposureEvent" title="class - ExposureEvent">
Exposure​Event
</a>
</dt>
<dd>
<p>Event for tracking a user's exposure to a variant. This event will not count
towards your analytics event volume.</p>

</dd>
</dl>
</section>
Expand Down Expand Up @@ -122,6 +132,27 @@ <h2>Enumerations</h2>
<h2>Protocols</h2>
<dl>
<dt class="protocol">
<a href="/experiment-ios-client/ExperimentAnalyticsEvent" title="protocol - ExperimentAnalyticsEvent">
Experiment​Analytics​Event
</a>
</dt>
<dd>
<p>Analytics event for tracking events generated from the experiment SDK client.
These events are sent to the implementation provided by an
<code>ExperimentAnalyticsProvider</code>.</p>

</dd>
<dt class="protocol">
<a href="/experiment-ios-client/ExperimentAnalyticsProvider" title="protocol - ExperimentAnalyticsProvider">
Experiment​Analytics​Provider
</a>
</dt>
<dd>
<p>Provides a analytics implementation for standard experiment events generated
by the client (e.g. <code>ExposureEvent</code>).</p>

</dd>
<dt class="protocol">
<a href="/experiment-ios-client/ExperimentClient" title="protocol - ExperimentClient">
Experiment​Client
</a>
Expand Down Expand Up @@ -149,7 +180,7 @@ <h2>Protocols</h2>

<footer>
<p>
Generated on <time datetime="2021-07-01T22:38:33+0000">July 1, 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-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>.
</p>
</footer>
</body>
Expand Down

0 comments on commit 37704ec

Please sign in to comment.