From e35ec61a9f370ec5b97c79cd20cab73628222e7c Mon Sep 17 00:00:00 2001 From: Sergey Kanzhelev Date: Thu, 25 Apr 2019 22:51:12 -0700 Subject: [PATCH] bump to 0.4.6 --- ApplicationInsights/Telemetry_Context.php | 2 +- CHANGELOG.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ApplicationInsights/Telemetry_Context.php b/ApplicationInsights/Telemetry_Context.php index 95df66b..eb5dbfc 100644 --- a/ApplicationInsights/Telemetry_Context.php +++ b/ApplicationInsights/Telemetry_Context.php @@ -99,7 +99,7 @@ class Telemetry_Context $this->_locationContext->setIp($_SERVER['REMOTE_ADDR']); } - $this->_internalContext->setSdkVersion('php:0.4.5'); + $this->_internalContext->setSdkVersion('php:0.4.6'); } /** diff --git a/CHANGELOG.md b/CHANGELOG.md index 547c492..7d1791c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Changelog -## 0.4.5 (unreleased) +## 0.4.6 (unreleased) + +TBD + +## 0.4.5 - Fix issue with `trackMetric` - Allow to gzip telemetry