Skip to content

Commit

Permalink
chore(release): 0.0.10 [skip ci]
Browse files Browse the repository at this point in the history
## [0.0.10](v0.0.9...v0.0.10) (2024-10-22)

### Bug Fixes

* remove non-working segment podspec ([#15](#15)) ([041065c](041065c))
* Update Framework ([78a9939](78a9939))
  • Loading branch information
amplitude-sdk-bot committed Oct 22, 2024
1 parent c57a4ce commit ee78f55
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion AmplitudeSessionReplay.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion AmplitudeSwiftSessionReplayPlugin.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion AmplitudeiOSSessionReplayMiddleware.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))

0 comments on commit ee78f55

Please sign in to comment.