Skip to content

Commit

Permalink
Prepare release 0.12.0 (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
froseio authored Feb 3, 2025
1 parent 735b074 commit 28cfb2e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
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

0 comments on commit 28cfb2e

Please sign in to comment.