diff --git a/AmplitudeSessionReplay.podspec b/AmplitudeSessionReplay.podspec index f96445d..35e48c4 100644 --- a/AmplitudeSessionReplay.podspec +++ b/AmplitudeSessionReplay.podspec @@ -1,4 +1,4 @@ -amplitude_version = "0.0.9" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "0.0.10" # 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 1489c9e..11c4bb8 100644 --- a/AmplitudeSwiftSessionReplayPlugin.podspec +++ b/AmplitudeSwiftSessionReplayPlugin.podspec @@ -1,4 +1,4 @@ -amplitude_version = "0.0.9" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "0.0.10" # 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 4edc281..4ceedf6 100644 --- a/AmplitudeiOSSessionReplayMiddleware.podspec +++ b/AmplitudeiOSSessionReplayMiddleware.podspec @@ -1,4 +1,4 @@ -amplitude_version = "0.0.9" # Version is managed automatically by semantic-release, please don't change it manually +amplitude_version = "0.0.10" # 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 new file mode 100644 index 0000000..f6d5f01 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +## [0.0.10](https://github.com/amplitude/AmplitudeSessionReplay-iOS/compare/v0.0.9...v0.0.10) (2024-10-22) + + +### Bug Fixes + +* remove non-working segment podspec ([#15](https://github.com/amplitude/AmplitudeSessionReplay-iOS/issues/15)) ([041065c](https://github.com/amplitude/AmplitudeSessionReplay-iOS/commit/041065cac5bcc74a6c4334282eeedb2a764afc7c)) +* Update Framework ([78a9939](https://github.com/amplitude/AmplitudeSessionReplay-iOS/commit/78a9939753a3a4787b0b5e5ec533258546513481))