Skip to content

Commit e0aef00

Browse files
authored
Merge pull request #160 from North-Two-Five/Issue-#156-Update-Changelog
Update change log and version for release
2 parents 638860d + 6d87974 commit e0aef00

3 files changed

Lines changed: 19 additions & 3 deletions

File tree

HISTORY.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
1.7.0 / 2021-03-10
2+
=======================
3+
4+
* Retry Network errors (#136)
5+
* Update Tests [Improvement] (#132)
6+
* Updtate Readme Status Badging (#139)
7+
* Bump e2e tests to latest version [Improvement] (#142)
8+
* Add Limits to message, batch and memeory usage [Feature] (#137)
9+
* Add Configurable flush parameters [Feature] (#135)
10+
* Add ability to use custom consumer [Feature] (#61)
11+
* Add ability to set file permmissions [Feature] (#122)
12+
* Fix curl error handler [Improvement] (#97)
13+
* Fix timestamp implementation for microseconds (#94)
14+
* Modify max queue size setting to match requirements (#153, #146)
15+
* Add ability to set userid as zero (#157)
16+
117

218
1.6.1-beta / 2018-05-01
319
=======================

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "segmentio/analytics-php",
3-
"version": "1.6.1-beta",
3+
"version": "1.7.0",
44
"description": "Segment Analytics PHP Library",
55
"keywords": [
66
"analytics",
@@ -32,4 +32,4 @@
3232
"bin": [
3333
"bin/analytics"
3434
]
35-
}
35+
}

lib/Segment/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 = "1.6.1-beta";
3+
$SEGMENT_VERSION = "1.7.0";

0 commit comments

Comments
 (0)