Skip to content

Commit 664b13d

Browse files
committed
Prepare for 0.10.0 release
1 parent a969a6d commit 664b13d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Version 0.10.0 (2025-04-11)
2+
--------------------------
3+
Add Emitter Server Anonymization support (#152)
4+
Fix Psalm issues in Tracker (close #137) thanks to @XWB
5+
Update PHP version in CD
6+
17
Version 0.9.0 (2025-03-03)
28
--------------------------
39
Bump Ubuntu Version in GH Actions

src/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class Constants {
4545
* - SSL: the default for whether or not to use SSL Encryption
4646
* - Type: the default for what type of request the emitter will be making (POST or GET)
4747
*/
48-
const TRACKER_VERSION = "php-0.9.0";
48+
const TRACKER_VERSION = "php-0.10.0";
4949
const DEFAULT_BASE_64 = true;
5050
const DEBUG_LOG_FILES = true;
5151
const CONTEXT_SCHEMA = "iglu:com.snowplowanalytics.snowplow/contexts/jsonschema/1-0-1";

0 commit comments

Comments
 (0)