Skip to content

Commit

Permalink
Bump version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tapwork committed May 4, 2022
1 parent 72febec commit 9ae73c8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.4.0
- Add new feature to redact password, key, secrets from HTTP query parameters
- Improve thread safety

## 1.3.1
- Implement task-based authentication challenge method and forward to session-based if needed

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.3.1"
s.version = "1.4.0"
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.3.1"
static let agentVersion = "1.4.0"
}
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.3.1")
AssertTrue(InstanaSystemUtils.agentVersion == "1.4.0")
}

func test_systemVersion() {
Expand Down

0 comments on commit 9ae73c8

Please sign in to comment.