Skip to content

Commit

Permalink
chore(release): 1.13.6 [skip ci]
Browse files Browse the repository at this point in the history
## [1.13.6](v1.13.5...v1.13.6) (2024-09-10)

### Bug Fixes

* Make `stop` method public ([#59](#59)) ([5dd4303](5dd4303))
  • Loading branch information
amplitude-sdk-bot committed Sep 10, 2024
1 parent 5dd4303 commit 0a912b9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.13.5" # Version is managed automatically by semantic-release, please dont change it manually
experiment_version = "1.13.6" # 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.13.6](https://github.com/amplitude/experiment-ios-client/compare/v1.13.5...v1.13.6) (2024-09-10)


### Bug Fixes

* Make `stop` method public ([#59](https://github.com/amplitude/experiment-ios-client/issues/59)) ([5dd4303](https://github.com/amplitude/experiment-ios-client/commit/5dd4303fca36feedbcd112b9f4444a6d59145ceb))

## [1.13.5](https://github.com/amplitude/experiment-ios-client/compare/v1.13.4...v1.13.5) (2024-05-06)


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

Expand Down

0 comments on commit 0a912b9

Please sign in to comment.