Skip to content

Commit 8f5a872

Browse files
Update Changelog (#169)
* Update Changelog * Bumping version number
1 parent b85a191 commit 8f5a872

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
66
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## Version 0.11.2
9+
* Fixes adding a link to a network span if traceparent is not the first key in the string
10+
* Implement Sampler protocol for SessionBasedSampler
11+
812
## Version 0.11.1
913
* Adds option for slowRenderingDetectionEnabled
1014
* Adds option for bspScheduleDelay

SplunkOtel.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
Pod::Spec.new do |s|
1313
s.name = 'SplunkOtel'
14-
s.version = '0.11.1'
14+
s.version = '0.11.2'
1515
s.summary = 'Splunk OpenTelemetry pod for iOS'
1616
s.description = <<-DESC
1717
The Splunk RUM agent for iOS provides a Swift package that captures:

SplunkRumWorkspace/SplunkRum/SplunkRum/SplunkRum.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import Foundation
1919
import WebKit
2020

2121
// Make sure the version numbers on the podspec and SplunkRum.swift match
22-
let SplunkRumVersionString = "0.11.1"
22+
let SplunkRumVersionString = "0.11.2"
2323

2424
/**
2525
Default maximum size of the disk cache in bytes.

0 commit comments

Comments
 (0)