Skip to content

Commit af8c4ad

Browse files
committed
Merge branch 'andrey/camera-layer' of github.com:launchdarkly/swift-launchdarkly-observability into andrey/camera-layer
* 'andrey/camera-layer' of github.com:launchdarkly/swift-launchdarkly-observability: chore(main): release 0.46.2 (#241)
2 parents aa7dfbc + 6fd2f86 commit af8c4ad

5 files changed

Lines changed: 11 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.46.1"
2+
".": "0.46.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.46.2](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.46.1...0.46.2) (2026-07-01)
4+
5+
6+
### Bug Fixes
7+
8+
* skip CameraUI layer subtrees to prevent fatal crash on iOS 26+ ([#240](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/240)) ([6efb2b5](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/6efb2b5c134a5aa9d632e8d3f326d2c5a802efb5))
9+
310
## [0.46.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.46.0...0.46.1) (2026-06-25)
411

512

LaunchDarklyObservability.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LaunchDarklyObservability"
3-
s.version = "0.46.1" # x-release-please-version
3+
s.version = "0.46.2" # x-release-please-version
44
s.summary = "iOS Observability Plugin for LaunchDarkly."
55
s.description = <<-DESC
66
LaunchDarkly is the feature management platform that software teams use to build better software, faster.

LaunchDarklySessionReplay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "LaunchDarklySessionReplay"
3-
s.version = "0.46.1" # x-release-please-version
3+
s.version = "0.46.2" # x-release-please-version
44
s.summary = "iOS Session Replay Plugin for LaunchDarkly."
55
s.description = <<-DESC
66
LaunchDarkly is the feature management platform that software teams use to build better software, faster.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// This file is automatically updated by release-please. Do not edit manually.
2-
public let sdkVersion = "0.46.1" // x-release-please-version
2+
public let sdkVersion = "0.46.2" // x-release-please-version

0 commit comments

Comments
 (0)