Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare release 0.12.0 #246

Merged
merged 1 commit into from
Feb 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Security

## [0.12.0](https://github.com/signalfx/splunk-otel-ios/releases/tag/0.12.0)

### Deprecated

* Mark deprecation for Location API, Change sessionId, Span scheduling, Insecure beacons [#242](https://github.com/signalfx/splunk-otel-ios/pull/242)

## [0.11.3](https://github.com/signalfx/splunk-otel-ios/releases/tag/0.11.3)

### Added
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.3'
s.version = '0.12.0'
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.3"
let SplunkRumVersionString = "0.12.0"

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