From 3b845fe07a8d28d0c88b4ff46f822a944490f8e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matu=CC=81s=CC=8C=20Tomlein?= Date: Thu, 12 Dec 2024 15:15:57 +0100 Subject: [PATCH] Prepare for 0.8.0 release --- CHANGELOG | 4 ++++ src/Constants.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index c4420b0..18d5049 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.8.0 (2024-12-12) +-------------------------- +Add setCurlAmount and setRollingWindow setters to CurlEmitter + Version 0.7.1 (2024-05-15) -------------------------- Log the file name in errors from emitter (#143) thanks to @kaurov diff --git a/src/Constants.php b/src/Constants.php index e6f4cd0..dee620b 100644 --- a/src/Constants.php +++ b/src/Constants.php @@ -45,7 +45,7 @@ class Constants { * - SSL: the default for whether or not to use SSL Encryption * - Type: the default for what type of request the emitter will be making (POST or GET) */ - const TRACKER_VERSION = "php-0.7.1"; + const TRACKER_VERSION = "php-0.8.0"; const DEFAULT_BASE_64 = true; const DEBUG_LOG_FILES = true; const CONTEXT_SCHEMA = "iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-1";