Skip to content

Commit 2a54e94

Browse files
chore(main): release 0.26.1
1 parent 33778a1 commit 2a54e94

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.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.26.0"
2+
".": "0.26.1"
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.26.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.26.0...0.26.1) (2026-03-18)
4+
5+
6+
### Bug Fixes
7+
8+
* make iOS requests recognized by backend ([#159](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/159)) ([2155896](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/2155896450a2b0695163254b94b3684b0e369fa9))
9+
310
## [0.26.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.25.0...0.26.0) (2026-03-17)
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.26.0" # x-release-please-version
3+
s.version = "0.26.1" # 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.26.0" # x-release-please-version
3+
s.version = "0.26.1" # 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.26.0" // x-release-please-version
2+
public let sdkVersion = "0.26.1" // x-release-please-version

0 commit comments

Comments
 (0)