From a017cbeeed6a00913ab3b1cb5ee609746999a624 Mon Sep 17 00:00:00 2001 From: amplitude-sdk-bot Date: Mon, 25 Nov 2024 22:46:20 +0000 Subject: [PATCH] chore(release): 0.0.14 [skip ci] ## [0.0.14](https://github.com/amplitude/AmplitudeSessionReplay-iOS/compare/v0.0.13...v0.0.14) (2024-11-25) ### Bug Fixes * update framework ([9a27c8f](https://github.com/amplitude/AmplitudeSessionReplay-iOS/commit/9a27c8f753b1b7431f21ac6eb0020dafbcf430c1)) --- AmplitudeSessionReplay.podspec | 2 +- AmplitudeSwiftSessionReplayPlugin.podspec | 2 +- AmplitudeiOSSessionReplayMiddleware.podspec | 2 +- CHANGELOG.md | 7 +++++++ 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/AmplitudeSessionReplay.podspec b/AmplitudeSessionReplay.podspec index 0181014..917ca0d 100644 --- a/AmplitudeSessionReplay.podspec +++ b/AmplitudeSessionReplay.podspec @@ -1,4 +1,4 @@ -amplitude_version = "0.0.13" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "0.0.14" # Version is managed automatically by semantic-release, please don't change it manually Pod::Spec.new do |s| s.name = "AmplitudeSessionReplay" diff --git a/AmplitudeSwiftSessionReplayPlugin.podspec b/AmplitudeSwiftSessionReplayPlugin.podspec index 0ca885b..44f1ed3 100644 --- a/AmplitudeSwiftSessionReplayPlugin.podspec +++ b/AmplitudeSwiftSessionReplayPlugin.podspec @@ -1,4 +1,4 @@ -amplitude_version = "0.0.13" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "0.0.14" # Version is managed automatically by semantic-release, please don't change it manually Pod::Spec.new do |s| s.name = "AmplitudeSwiftSessionReplayPlugin" diff --git a/AmplitudeiOSSessionReplayMiddleware.podspec b/AmplitudeiOSSessionReplayMiddleware.podspec index a27110e..e48f676 100644 --- a/AmplitudeiOSSessionReplayMiddleware.podspec +++ b/AmplitudeiOSSessionReplayMiddleware.podspec @@ -1,4 +1,4 @@ -amplitude_version = "0.0.13" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "0.0.14" # Version is managed automatically by semantic-release, please don't change it manually Pod::Spec.new do |s| s.name = "AmplitudeiOSSessionReplayMiddleware" diff --git a/CHANGELOG.md b/CHANGELOG.md index aa9d65d..c0918ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.0.14](https://github.com/amplitude/AmplitudeSessionReplay-iOS/compare/v0.0.13...v0.0.14) (2024-11-25) + + +### Bug Fixes + +* update framework ([9a27c8f](https://github.com/amplitude/AmplitudeSessionReplay-iOS/commit/9a27c8f753b1b7431f21ac6eb0020dafbcf430c1)) + ## [0.0.13](https://github.com/amplitude/AmplitudeSessionReplay-iOS/compare/v0.0.12...v0.0.13) (2024-11-22)