diff options
-rw-r--r-- | REFLECTION | 2 | ||||
-rw-r--r-- | php-pecl-opencensus.spec | 5 |
2 files changed, 5 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #117 opencensus version 0.1.0 ] { +Extension [ <persistent> extension #117 opencensus version 0.1.1 ] { - Functions { Function [ <internal:opencensus> function opencensus_version ] { diff --git a/php-pecl-opencensus.spec b/php-pecl-opencensus.spec index fe7755f..6c28f53 100644 --- a/php-pecl-opencensus.spec +++ b/php-pecl-opencensus.spec @@ -20,7 +20,7 @@ %global ini_name 40-%{pecl_name}.ini %endif -%global upstream_version 0.1.0 +%global upstream_version 0.1.1 #global upstream_prever RC2 Summary: A stats collection and distributed tracing framework @@ -227,6 +227,9 @@ fi %changelog +* Thu Dec 28 2017 Remi Collet <remi@remirepo.net> - 0.1.1-1 +- Update to 0.1.1 (alpha) + * Wed Dec 13 2017 Remi Collet <remi@remirepo.net> - 0.1.0-1 - Update to 0.1.0 (alpha) |