We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776e015 commit d7fd3d5Copy full SHA for d7fd3d5
3 files changed
HISTORY.md
@@ -1,14 +1,9 @@
1
2
-2.1.0 / 2023-03-28
+3.6.0 / 2023-03-28
3
==================
4
5
- * Issue #210 test update (#211)
6
* Issue #208 Correct autoload require statement (#209)
7
* Fix missing version information (#207)
8
-
9
-3.5.1 / 2023-01-31
10
-==================
11
12
* Include support for 8.1 * 8.2 (#210)
13
14
composer.json
@@ -1,6 +1,6 @@
{
"name": "segmentio/analytics-php",
- "version": "2.1.0",
+ "version": "3.6.0",
"description": "Segment Analytics PHP Library",
"keywords": [
"analytics",
lib/Version.php
@@ -1,3 +1,3 @@
<?php
global $SEGMENT_VERSION;
-$SEGMENT_VERSION = "2.1.0";
+$SEGMENT_VERSION = "3.6.0";
0 commit comments