Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.3.0...v1.0.0) (2021-06-03)

### Bug Fixes

* remove old changelogs ([b11ba5e](b11ba5e))
* uncomment save ([3c0833e](3c0833e))

### Features

* add public ctors to config and user ([fc4f9f9](fc4f9f9))
* save storage in userdefalts ([b89c1b7](b89c1b7))
  • Loading branch information
amplitude-sdk-bot committed Jun 3, 2021
1 parent b11ba5e commit 474b62e
Show file tree
Hide file tree
Showing 4 changed files with 15 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 = "0.3.0" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.0.0" # Version is managed automatically by semantic-release, please dont change it manually

Pod::Spec.new do |spec|

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
# [1.0.0](https://github.com/amplitude/experiment-ios-client/compare/v0.3.0...v1.0.0) (2021-06-03)


### Bug Fixes

* remove old changelogs ([b11ba5e](https://github.com/amplitude/experiment-ios-client/commit/b11ba5e3669b6b4e30b5fbb1b72a20b9c4198f1e))
* uncomment save ([3c0833e](https://github.com/amplitude/experiment-ios-client/commit/3c0833efef4d69a379fa69440e4ef135910cb71b))


### Features

* add public ctors to config and user ([fc4f9f9](https://github.com/amplitude/experiment-ios-client/commit/fc4f9f912ca9c873285994b5644637d47df49936))
* save storage in userdefalts ([b89c1b7](https://github.com/amplitude/experiment-ios-client/commit/b89c1b78e78d7039ecac183a48d92a163a316a9e))
2 changes: 1 addition & 1 deletion Sources/Experiment/ExperimentConfig.swift
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,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 = "0.3.0"
internal static let Version: String = "1.0.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 @@ -149,7 +149,7 @@ <h2>Protocols</h2>

<footer>
<p>
Generated on <time datetime="2021-06-03T04:53:41+0000">June 3, 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-06-03T10:48:18+0000">June 3, 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 474b62e

Please sign in to comment.