Skip to content

Commit 98c35a6

Browse files
chore(main): release 0.18.2 (#133)
🤖 I have created a release *beep* *boop* --- ## [0.18.2](0.18.1...0.18.2) (2026-02-10) ### Bug Fixes * additional attributes only at session level ([#134](#134)) ([7213846](7213846)) * Make canonicalkey always from fullyQualifiedKey ([#109](#109)) ([f1a6688](f1a6688)) * o11y-1017 - add default resource attributes to plugin ([#132](#132)) ([2924c59](2924c59)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Release bookkeeping only (version bumps and changelog update) with no functional code changes, so runtime risk is minimal. > > **Overview** > Bumps the SDK/package version from `0.18.1` to `0.18.2` across release metadata (`.release-please-manifest.json`), CocoaPods specs (`LaunchDarklyObservability.podspec`, `LaunchDarklySessionReplay.podspec`), and `Sources/LaunchDarklyObservability/Version.swift`. > > Updates `CHANGELOG.md` with the `0.18.2` release notes listing three bug-fix items. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 764fe9d. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent 7213846 commit 98c35a6

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-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.18.1"
2+
".": "0.18.2"
33
}

CHANGELOG.md

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

3+
## [0.18.2](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.18.1...0.18.2) (2026-02-10)
4+
5+
6+
### Bug Fixes
7+
8+
* additional attributes only at session level ([#134](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/134)) ([7213846](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/7213846ddd80332a9c4f1259b2ff03d724826205))
9+
* Make canonicalkey always from fullyQualifiedKey ([#109](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/109)) ([f1a6688](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/f1a6688ecba439f0ac6fec1a6b8708cd991d9960))
10+
* o11y-1017 - add default resource attributes to plugin ([#132](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/132)) ([2924c59](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/2924c59de82bf7276f253fc3667135b63000d3f3))
11+
312
## [0.18.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.18.0...0.18.1) (2026-01-27)
413

514

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.18.1" # x-release-please-version
3+
s.version = "0.18.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.18.1" # x-release-please-version
3+
s.version = "0.18.2" # x-release-please-version
44
s.summary = "Session replay library for LaunchDarkly"
55
s.description = <<-DESC
66
Session Replay captures user interactions and screen recordings to help you understand how users interact with your application.
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.18.1" // x-release-please-version
2+
public let sdkVersion = "0.18.2" // x-release-please-version

0 commit comments

Comments
 (0)