Skip to content

Commit

Permalink
version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jobykorahgeorgeibm committed May 21, 2024
1 parent 6329f6a commit 7cf72f4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.8.1
- added functionality to accept internal metadata from cross-platform agents

## 1.8.0
- add to mobile feature list if `autoCaptureScreenNames` is enabled
- add Privacy Manifest File PrivacyInfo.xcprivacy to iOSAgent
Expand Down
2 changes: 1 addition & 1 deletion InstanaAgent.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "InstanaAgent"
s.version = "1.8.0"
s.version = "1.8.1"
s.summary = "Instana iOS agent."

# This description is used to generate tags and improve search results.
Expand Down
2 changes: 1 addition & 1 deletion Sources/InstanaAgent/Configuration/VersionConfig.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
struct VersionConfig {
static let agentVersion = "1.8.0"
static let agentVersion = "1.8.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class InstanaSystemUtilsTests: InstanaTestCase {

func test_AgentVersion() {
// Then
AssertTrue(InstanaSystemUtils.agentVersion == "1.8.0")
AssertTrue(InstanaSystemUtils.agentVersion == "1.8.1")
}

func test_systemVersion() {
Expand Down

0 comments on commit 7cf72f4

Please sign in to comment.