Skip to content

Commit 1e99e02

Browse files
chore(main): release 0.45.0 (#230)
🤖 I have created a release *beep* *boop* --- ## [0.45.0](0.44.0...0.45.0) (2026-06-18) ### Features * richer click analytics (event.id/screen_id/screen_name, ldClick) + instrumentation gating ([#229](#229)) ([ed5717d](ed5717d)) --- 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** > Mechanical release-please version and changelog updates only; no runtime code changes in the diff. > > **Overview** > **Release Please** bumps the monorepo from **0.44.0** to **0.45.0** across the release manifest, CocoaPods specs (`LaunchDarklyObservability`, `LaunchDarklySessionReplay`), and `sdkVersion` in `Version.swift`. > > `CHANGELOG.md` adds the **0.45.0** section, documenting the shipped feature from [#229](#229): richer click analytics (`event.id`, `event.screen_id`, `event.screen_name`, `ldClick`) and instrumentation gating. No application source changes appear in this diff—only version and changelog updates for the tagged release. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit a136d31. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
1 parent ed5717d commit 1e99e02

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.44.0"
2+
".": "0.45.0"
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.45.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.44.0...0.45.0) (2026-06-18)
4+
5+
6+
### Features
7+
8+
* richer click analytics (event.id/screen_id/screen_name, ldClick) + instrumentation gating ([#229](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/229)) ([ed5717d](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/ed5717d536404db387cd78d8db3f15e2afe11b9b))
9+
310
## [0.44.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.43.0...0.44.0) (2026-06-15)
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.44.0" # x-release-please-version
3+
s.version = "0.45.0" # 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.44.0" # x-release-please-version
3+
s.version = "0.45.0" # 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.44.0" // x-release-please-version
2+
public let sdkVersion = "0.45.0" // x-release-please-version

0 commit comments

Comments
 (0)