Skip to content

Commit d7fd3d5

Browse files
committed
Release 3.6.0
1 parent 776e015 commit d7fd3d5

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

HISTORY.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11

2-
2.1.0 / 2023-03-28
2+
3.6.0 / 2023-03-28
33
==================
44

5-
* Issue #210 test update (#211)
65
* Issue #208 Correct autoload require statement (#209)
76
* Fix missing version information (#207)
8-
9-
3.5.1 / 2023-01-31
10-
==================
11-
127
* Include support for 8.1 * 8.2 (#210)
138

149

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "segmentio/analytics-php",
3-
"version": "2.1.0",
3+
"version": "3.6.0",
44
"description": "Segment Analytics PHP Library",
55
"keywords": [
66
"analytics",

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22
global $SEGMENT_VERSION;
3-
$SEGMENT_VERSION = "2.1.0";
3+
$SEGMENT_VERSION = "3.6.0";

0 commit comments

Comments
 (0)