From 7cf72f4f150cc4dc93c3f14fb2dff74f3b1b7feb Mon Sep 17 00:00:00 2001 From: jobykorahgeorge Date: Tue, 21 May 2024 20:51:48 +0530 Subject: [PATCH] version updated --- Changelog.md | 3 +++ InstanaAgent.podspec | 2 +- Sources/InstanaAgent/Configuration/VersionConfig.swift | 2 +- .../Configuration/InstanaSystemUtilsTests.swift | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Changelog.md b/Changelog.md index f8af3e2..dc11802 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/InstanaAgent.podspec b/InstanaAgent.podspec index 26a0e39..d97f78f 100644 --- a/InstanaAgent.podspec +++ b/InstanaAgent.podspec @@ -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. diff --git a/Sources/InstanaAgent/Configuration/VersionConfig.swift b/Sources/InstanaAgent/Configuration/VersionConfig.swift index 9020aaf..2572fd7 100644 --- a/Sources/InstanaAgent/Configuration/VersionConfig.swift +++ b/Sources/InstanaAgent/Configuration/VersionConfig.swift @@ -1,3 +1,3 @@ struct VersionConfig { - static let agentVersion = "1.8.0" + static let agentVersion = "1.8.1" } diff --git a/Tests/InstanaAgentTests/Configuration/InstanaSystemUtilsTests.swift b/Tests/InstanaAgentTests/Configuration/InstanaSystemUtilsTests.swift index 831dacb..cb5556c 100644 --- a/Tests/InstanaAgentTests/Configuration/InstanaSystemUtilsTests.swift +++ b/Tests/InstanaAgentTests/Configuration/InstanaSystemUtilsTests.swift @@ -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() {