Skip to content

Commit 492117f

Browse files
committed
Bump version 1.1.3
1 parent 62f98d9 commit 492117f

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

Changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## 1.1.3 Beta
3+
- Validates the length of properties, meta data and view name gracefully without throwing fatalError. Any value that exceeds the limit will be truncated
24

35
## 1.1.2 Beta
46
- Adds default URLs (currenty Instabug) to be ignored during monitored

InstanaAgent.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "InstanaAgent"
19-
s.version = "1.1.2"
19+
s.version = "1.1.3"
2020
s.summary = "Instana iOS agent."
2121

2222
# This description is used to generate tags and improve search results.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
struct VersionConfig {
2-
static let agentVersion = "1.1.2"
2+
static let agentVersion = "1.1.3"
33
}

0 commit comments

Comments
 (0)