From 2ea708909f0e1fb714db985fac0d6f0d7323b04b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Apr 2019 07:18:26 +0200 Subject: v0.20.0 --- PHPINFO | 2 +- REFLECTION | 2 +- php-pecl-datadog-trace.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/PHPINFO b/PHPINFO index f67f90d..9d15b51 100644 --- a/PHPINFO +++ b/PHPINFO @@ -7,7 +7,7 @@ For help, check out the documentation at https://docs.datadoghq.com/tracing/lang (c) Datadog 2019 Datadog tracing support => enabled -Version => 0.19.0 +Version => 0.20.0 Directive => Local Value => Master Value ddtrace.disable => Off => Off diff --git a/REFLECTION b/REFLECTION index 56a795f..fe9b57c 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #87 ddtrace version 0.19.0 ] { +Extension [ extension #87 ddtrace version 0.20.0 ] { - INI { Entry [ ddtrace.disable ] diff --git a/php-pecl-datadog-trace.spec b/php-pecl-datadog-trace.spec index 3ac437a..ebc8f4a 100644 --- a/php-pecl-datadog-trace.spec +++ b/php-pecl-datadog-trace.spec @@ -34,7 +34,7 @@ Summary: APM and distributed tracing for PHP Name: %{?sub_prefix}php-pecl-datadog-trace -Version: 0.19.0 +Version: 0.20.0 Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}} License: MIT URL: http://pecl.php.net/package/%{proj_name} @@ -246,6 +246,9 @@ fi %changelog +* Fri Apr 26 2019 Remi Collet - 0.20.0-1 +- update to 0.20.0 + * Sun Apr 14 2019 Remi Collet - 0.19.0-1 - update to 0.19.0 -- cgit