Skip to content

Commit 18267c0

Browse files
committed
Bump version 1.1.12
1 parent 036c0ff commit 18267c0

File tree

5 files changed

+12
-8
lines changed

5 files changed

+12
-8
lines changed

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 1.1.12
4+
- Align carrier type and effective connection type with Android and Web
5+
36
## 1.1.11 Beta
47
- Add 5G as carrier type
58
- Update tests

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.11"
19+
s.version = "1.1.12"
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.11"
2+
static let agentVersion = "1.1.12"
33
}

Tests/InstanaAgentTests/Configuration/InstanaSystemUtilsTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ class InstanaSystemUtilsTests: InstanaTestCase {
55

66
func test_AgentVersion() {
77
// Then
8-
AssertTrue(InstanaSystemUtils.agentVersion == "1.1.11")
8+
AssertTrue(InstanaSystemUtils.agentVersion == "1.1.12")
99
}
1010
}

contributing.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Please note we have a code of conduct, please follow it in all your interactions
2525
Please make sure to follow the semantic versioning rules.
2626
1. Update version in `InstanaAgent.podspec` (`s.version = "<Your Version>"`)
2727
2. Update version in VersionConfig.Swift and update InstanaSystemUtilsTests. Use [SemVer](http://semver.org/).
28-
3. Update CHANGELOG.md accordingly
29-
4. Run `git tag <Your Version> && git push origin <Your Version>`
30-
5. Run `pod trunk push InstanaAgent.podspec --allow-warnings`
31-
6. Make a release note on the Github page
32-
7. Update cross platform frameworks accordingly (Flutter / ReactNative / Xamarin)
28+
3. Update the test_AgentVersion according to the new version
29+
4. Update CHANGELOG.md accordingly
30+
5. Run `git tag <Your Version> && git push origin <Your Version>`
31+
6. Run `pod trunk push InstanaAgent.podspec --allow-warnings`
32+
7. Make a release note on the Github page
33+
8. Update cross platform frameworks accordingly (Flutter / ReactNative / Xamarin)
3334

3435
## Code of Conduct
3536

0 commit comments

Comments
 (0)