diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ca3945..8b27c49 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.34.1" + ".": "0.35.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f78674a..5d52c6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.35.0](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.34.1...0.35.0) (2026-05-23) + + +### Features + +* use only one animation flush and and only in case of existing masks ([#191](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/191)) ([2a09883](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/2a098836d54b3d468bdc37d277be71560ce01fd9)) + + +### Bug Fixes + +* iOS26 SwiftUI masking cases ([#195](https://github.com/launchdarkly/swift-launchdarkly-observability/issues/195)) ([386d0ad](https://github.com/launchdarkly/swift-launchdarkly-observability/commit/386d0ad4e0629c1a6dc876f3caf7d056e0c337ad)) + ## [0.34.1](https://github.com/launchdarkly/swift-launchdarkly-observability/compare/0.34.0...0.34.1) (2026-05-07) diff --git a/LaunchDarklyObservability.podspec b/LaunchDarklyObservability.podspec index d3cd7c1..19848ed 100644 --- a/LaunchDarklyObservability.podspec +++ b/LaunchDarklyObservability.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LaunchDarklyObservability" - s.version = "0.34.1" # x-release-please-version + s.version = "0.35.0" # x-release-please-version s.summary = "iOS Observability Plugin for LaunchDarkly." s.description = <<-DESC LaunchDarkly is the feature management platform that software teams use to build better software, faster. diff --git a/LaunchDarklySessionReplay.podspec b/LaunchDarklySessionReplay.podspec index dc4419e..d142dca 100644 --- a/LaunchDarklySessionReplay.podspec +++ b/LaunchDarklySessionReplay.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "LaunchDarklySessionReplay" - s.version = "0.34.1" # x-release-please-version + s.version = "0.35.0" # x-release-please-version s.summary = "iOS Session Replay Plugin for LaunchDarkly." s.description = <<-DESC LaunchDarkly is the feature management platform that software teams use to build better software, faster. diff --git a/Sources/LaunchDarklyObservability/Version.swift b/Sources/LaunchDarklyObservability/Version.swift index 7fb3597..e97b358 100644 --- a/Sources/LaunchDarklyObservability/Version.swift +++ b/Sources/LaunchDarklyObservability/Version.swift @@ -1,2 +1,2 @@ // This file is automatically updated by release-please. Do not edit manually. -public let sdkVersion = "0.34.1" // x-release-please-version +public let sdkVersion = "0.35.0" // x-release-please-version