Skip to content

Commit

Permalink
Update Changelog (#169)
Browse files Browse the repository at this point in the history
* Update Changelog

* Bumping version number
  • Loading branch information
dvernon-splunk authored Sep 14, 2023
1 parent b85a191 commit 8f5a872
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Version 0.11.2
* Fixes adding a link to a network span if traceparent is not the first key in the string
* Implement Sampler protocol for SessionBasedSampler

## Version 0.11.1
* Adds option for slowRenderingDetectionEnabled
* Adds option for bspScheduleDelay
Expand Down
2 changes: 1 addition & 1 deletion SplunkOtel.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

Pod::Spec.new do |s|
s.name = 'SplunkOtel'
s.version = '0.11.1'
s.version = '0.11.2'
s.summary = 'Splunk OpenTelemetry pod for iOS'
s.description = <<-DESC
The Splunk RUM agent for iOS provides a Swift package that captures:
Expand Down
2 changes: 1 addition & 1 deletion SplunkRumWorkspace/SplunkRum/SplunkRum/SplunkRum.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import Foundation
import WebKit

// Make sure the version numbers on the podspec and SplunkRum.swift match
let SplunkRumVersionString = "0.11.1"
let SplunkRumVersionString = "0.11.2"

/**
Default maximum size of the disk cache in bytes.
Expand Down

0 comments on commit 8f5a872

Please sign in to comment.