Skip to content

Commit e35ec61

Browse files
author
Sergey Kanzhelev
committed
bump to 0.4.6
1 parent 9c6cf3a commit e35ec61

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ApplicationInsights/Telemetry_Context.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function __construct()
9999
$this->_locationContext->setIp($_SERVER['REMOTE_ADDR']);
100100
}
101101

102-
$this->_internalContext->setSdkVersion('php:0.4.5');
102+
$this->_internalContext->setSdkVersion('php:0.4.6');
103103
}
104104

105105
/**

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22

3-
## 0.4.5 (unreleased)
3+
## 0.4.6 (unreleased)
4+
5+
TBD
6+
7+
## 0.4.5
48

59
- Fix issue with `trackMetric`
610
- Allow to gzip telemetry

0 commit comments

Comments
 (0)