From 7f29c2a3f3060e4f565e45039eae20947d17518d Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Wed, 10 Apr 2024 17:48:38 +0000 Subject: [PATCH] chore(release): 1.13.4 [skip ci] ## [1.13.4](https://github.com/amplitude/experiment-ios-client/compare/v1.13.3...v1.13.4) (2024-04-10) ### Bug Fixes * Adopt resource bundle for privacy manifest in Cocoapods ([#52](https://github.com/amplitude/experiment-ios-client/issues/52)) ([dc87951](https://github.com/amplitude/experiment-ios-client/commit/dc8795144dac89242ad03fa434be806b60c4630f)) --- AmplitudeExperiment.podspec | 2 +- CHANGELOG.md | 7 +++++++ Sources/Experiment/ExperimentConfig.swift | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/AmplitudeExperiment.podspec b/AmplitudeExperiment.podspec index c53a68f..c418862 100644 --- a/AmplitudeExperiment.podspec +++ b/AmplitudeExperiment.podspec @@ -1,4 +1,4 @@ -experiment_version = "1.13.3" # Version is managed automatically by semantic-release, please dont change it manually +experiment_version = "1.13.4" # Version is managed automatically by semantic-release, please dont change it manually Pod::Spec.new do |spec| diff --git a/CHANGELOG.md b/CHANGELOG.md index c195c4b..6e4835d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.13.4](https://github.com/amplitude/experiment-ios-client/compare/v1.13.3...v1.13.4) (2024-04-10) + + +### Bug Fixes + +* Adopt resource bundle for privacy manifest in Cocoapods ([#52](https://github.com/amplitude/experiment-ios-client/issues/52)) ([dc87951](https://github.com/amplitude/experiment-ios-client/commit/dc8795144dac89242ad03fa434be806b60c4630f)) + ## [1.13.3](https://github.com/amplitude/experiment-ios-client/compare/v1.13.2...v1.13.3) (2024-04-09) diff --git a/Sources/Experiment/ExperimentConfig.swift b/Sources/Experiment/ExperimentConfig.swift index 86494c4..250492b 100644 --- a/Sources/Experiment/ExperimentConfig.swift +++ b/Sources/Experiment/ExperimentConfig.swift @@ -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.3" + internal static let Version: String = "1.13.4" internal static let Library: String = "experiment-ios-client" }